|
I’m trying to add a QuickTime movie and its controls, the movie comes up fine but no controls.
Here is what I’m using:
Any ideas what’s wrong?
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B."
codebase="http://www.apple.com/qtactivex/qtplugin.cab."
width="200" height="200" id="movie1">
<param name="SRC" value="Celect_Closet.mov">
<param name="CONTROLLER" value="true">
<param name="AUTOPLAY" value="false">
<embed src="Celect_Closet.mov" width="200" height="200" controller="true" autoplay ="false">
</embed>
</object>
|