Click to See Complete Forum and Search --> : .mov file


PetrolMonkey
12-15-2005, 08:11 AM
Hi,

My brother created a short cartoon in a .mov file and I would like to add it to my site. Does anyone know what the code would be to play and loop this kind of file and if there are any other requirements.

Sorry basic stuff probably but I'm new to this subject matter.

Cheers PM :eek:

TheBearMay
12-15-2005, 08:37 AM
Try:


<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" type="application/x-oleobject" id="qtPlayer" width="290" height="40">
<param name="src" value="Media/Cartoon.mov" />
<param name="autostart" value="true" />
<embed width="290" height="290" src="Media/Cartoon.mov" enablejavascript="true" autostart="true" />
</object>