HI there,
I have an embedded quicktime object like the following:
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="300" height="300" CODEBASE="<param name="src" value="loop_2_small.mov">
<param name="autoplay" value="false">
<param name="controller" value="true">
<embed src="loop_2_small.mov" width="300" height="300" autoplay="false" controller="true" pluginspage="</object>
What I am trying to do is to have the quicktime movie fully stretch to the with and height (this seem to be the default behavior for windows media player embed).
Is there a way to do this in Javascript? Or is the only way to scale the actual .mov file?
Thanks!
I have an embedded quicktime object like the following:
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="300" height="300" CODEBASE="<param name="src" value="loop_2_small.mov">
<param name="autoplay" value="false">
<param name="controller" value="true">
<embed src="loop_2_small.mov" width="300" height="300" autoplay="false" controller="true" pluginspage="</object>
What I am trying to do is to have the quicktime movie fully stretch to the with and height (this seem to be the default behavior for windows media player embed).
Is there a way to do this in Javascript? Or is the only way to scale the actual .mov file?
Thanks!