Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stretching a quick time movie with Javascript? 1

Status
Not open for further replies.

keak

Programmer
Joined
Sep 12, 2005
Messages
247
Location
CA
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!
 
yes i think it did, thanks for the help !! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top