c0rbin
13th November 2003, 09:21 AM
Hey all,
I am trying to build an html page with an embedded .mpg (one that plays within the look and feel of the page).
Basically I am look for the .mpg equivelent of this object:
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="250" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
<PARAM NAME="controller" VALUE="TRUE">
<PARAM NAME="type" VALUE="video/quicktime">
<PARAM NAME="autoplay" VALUE="true">
<PARAM NAME="target" VALUE="myself">
<PARAM NAME="src" VALUE="MYMOVIE.mov">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="320" HEIGHT="250" CONTROLLER="TRUE" TARGET="myself" SRC="MYMOVIE.mov" type="video/quicktime" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html">
</EMBED>
</OBJECT>
Can anyone help?
Thanks in advance!
I am trying to build an html page with an embedded .mpg (one that plays within the look and feel of the page).
Basically I am look for the .mpg equivelent of this object:
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="250" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
<PARAM NAME="controller" VALUE="TRUE">
<PARAM NAME="type" VALUE="video/quicktime">
<PARAM NAME="autoplay" VALUE="true">
<PARAM NAME="target" VALUE="myself">
<PARAM NAME="src" VALUE="MYMOVIE.mov">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="320" HEIGHT="250" CONTROLLER="TRUE" TARGET="myself" SRC="MYMOVIE.mov" type="video/quicktime" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html">
</EMBED>
</OBJECT>
Can anyone help?
Thanks in advance!