Forums
Forums / Fixing WordPress / QuickTime Videos.
(@filmn)
19 years, 11 months ago
Hi I was wondering what the code is to embed quick time movies which are currently located on my own server.
Thanks,
sorry. 🙁 didnt mean to tripple post
(@samboll)
Basic code: <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">
<param name="src" value="http://www.yourdomain/your.mov"> <param name="autoplay" value="false"> <param name="type" value="video/quicktime" height="256" width="320">
<embed src="http://www.yourdomain/your.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">
</object>
Thanks.
The topic ‘QuickTime Videos.’ is closed to new replies.