Hi folks,
I have an mp4 format movie file embedded on a page within my site. Works pretty well but client has said sometimes it’s a bit twitchy. I think this is due to an old computer but wondered if I’m using the best method for embedding video or if anyone had any pointers.
Code here
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="470"HEIGHT="360" class="image_frame">
<PARAM name="SRC" VALUE="images/vtex.mp4">
<PARAM name="AUTOPLAY" VALUE="FALSE">
<PARAM name="CONTROLLER" VALUE="TRUE">
<EMBED SRC="images/vtex.mp4" WIDTH="470" HEIGHT="360" AUTOPLAY="FALSE" CONTROLLER="TRUE" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
Any advice appreciated.
Cheers