B
Bob L
FP2003, Win XP home. I've looked extensively on the Apple Quicktime
developer site and cannot find the answer to this simple question so I
thought someone here might have an idea of where I can find the answer..
I'm developing a website and trying to embed a QuickTime movie into the
page. There is plenty of info on how to do this and I can get the movie to
display but I CANNOT get it to display the controls at the bottom of the
picture. Here is the HTML I'm using:
<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="180" height="160"
id="movie1" >
<PARAM name="src" value="My.mov">
<param name="autoplay" value="false">
<param name="Controller" value="true">
<EMBED width="180" height="160"
src="My.mov"
TYPE="video/quicktime"
PLUGINSPAGE="www.apple.com/quicktime/download"
AUTOPLAY="false"
CONTROLLER="true"
name="movie1"
enablejavascript="true">
</EMBED>
</OBJECT>
According to the Apple HTML Scripting Guide the controls should be displayed
with this code but it doesn't work.
developer site and cannot find the answer to this simple question so I
thought someone here might have an idea of where I can find the answer..
I'm developing a website and trying to embed a QuickTime movie into the
page. There is plenty of info on how to do this and I can get the movie to
display but I CANNOT get it to display the controls at the bottom of the
picture. Here is the HTML I'm using:
<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
width="180" height="160"
id="movie1" >
<PARAM name="src" value="My.mov">
<param name="autoplay" value="false">
<param name="Controller" value="true">
<EMBED width="180" height="160"
src="My.mov"
TYPE="video/quicktime"
PLUGINSPAGE="www.apple.com/quicktime/download"
AUTOPLAY="false"
CONTROLLER="true"
name="movie1"
enablejavascript="true">
</EMBED>
</OBJECT>
According to the Apple HTML Scripting Guide the controls should be displayed
with this code but it doesn't work.