casbboy
10-12-04, 06:05 AM
I have a quicktime movie with dimensions of 358 x 254. I want the max width of this same mov file to display at 300. However, without changing the size of the video, the mov plays fine within the page and has the loading bar below work perfect. When I change the width setting in html I lose a portion of the width on the controls that allow the user to stop and play the mov.
here is my code
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="300" HEIGHT="254" 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="linktofile.mov">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="300" HEIGHT="254" CONTROLLER="TRUE" TARGET="myself" SRC="linktofile.mov" type="video/quicktime" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED></OBJECT>
How can I change dimension settings within the HTML code that make the video fit the size along with the active controls?
Thanks
Ryan
here is my code
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="300" HEIGHT="254" 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="linktofile.mov">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="300" HEIGHT="254" CONTROLLER="TRUE" TARGET="myself" SRC="linktofile.mov" type="video/quicktime" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED></OBJECT>
How can I change dimension settings within the HTML code that make the video fit the size along with the active controls?
Thanks
Ryan