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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resize movie based on browser resolution

Status
Not open for further replies.

NigeW

Programmer
Jun 10, 2002
134
NZ
Hey

I have a flash movie which is 800x800 in true size.

I am wanting to have a display in the main content area of a website I am creating, and to also resize automagically based on browser reoslution.

The code is :

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="100%" height="100%">
<param name="movie" value="Files/Images/flash2.swf">
<param name="quality" value="high">

<embed src="Files/Images/flash2.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="800" height="800"></embed>
</object>

However the movie clip is displaying at about 25% of available space.

Any ideas please ?

Thanks

Nigel Wilson
&quot;kiwi-kid&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top