Hello,
I've embedded a quicktime video on to my page using the following code:
Code:
<object width="223" height="148" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" type="video/quicktime" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://www.lucidusconsulting.com/Videos/masterchef_trim" />
<param name="autoStart" value="false" />
<param name="autoPlay" value="false" />
<param name="controller" value="true" />
<param name="loop" value="false" /> <embed width="223" height="148" scale="tofit" type="video/quicktime" src="http://www.lucidusconsulting.com/Videos/masterchef_trim" controller="true" autoplay="true" loop="false"></embed></object>
The video shows and plays correctly, however - the AutoStart Flase value appears be be being ignored - and the video begins playing as soon as the page loads.
I've tried setting 'false' to '0' and I'm still seeing the same result.
Can anyone suggest why this may be?
Many thanks in advance.