Saturday, September 11, 2010

blog tip...embedding quicktime videos in blogger

Here's the code for embedding quicktime movies into blogger posts. To make the default size bigger, just change the number



<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320" height="240" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="http://mydomain.com/video.mov">
<param name='autoplay' value="true">
<param name='controller' value="false">
<param name='loop' value="false">
<EMBED src="http://mydomain.com/video.mov" width="320" height="240" autoplay="true" 
controller="false" loop="false" bgcolor="#000000" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>

5 comments:

  1. Thank you!! Thank you so much! Just what I wanted! :)

    ReplyDelete
  2. Is there a way to upload a quicktime movie directly from a PC? Seems like the embed source needs to be an http:// address for this code to work!?

    ReplyDelete
  3. you can't host quicktime files on blogger. when i do it, i upload them to my site.

    you can upload mp4 files to vimeo and allow people to download them...I wish the AAU provided hosting space, but oh well.

    ReplyDelete
  4. You could use dropbox. It worked for me.

    ReplyDelete