Páginas

jueves, 22 de septiembre de 2011

Quicktime files embed into your blog.

Hey animators ! After tweaking a bit I get it, i know how to embed my quicktime videofiles into my blog, this is really useful for those who are in Animation Mentor like me,

this is the code:

<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-video.mov">

<param name="autoplay" value="true">

<param name="type" value="video/quicktime" height="256" width="320">

<embed src="http://www.yourdomain/your-video.mov" height="256" width="320" autoplay="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed>

</object>


the height must be 16 pixels larger than your video, for quicktime's bar.
I hope it helps !