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!

SCALING FLASH

Status
Not open for further replies.

Skyever

MIS
Jun 30, 2004
2
GB
I have a flash movie which in its native size is 495 x 197.

I want to scale this in proportion depending on what browser resolution a user has. The flash will be in a TD or DIV in a page layout. Can anyone help with this? Do I have to use Javascript?
 
Do you want it to allways fill the user's browser window whatever his resolution, or scale it differently according to different resolutions?
 
Hi Old newbie!

I want it to scale whatever the resolution if possible. Is that easy to do? I'm a real newbie!
 
Change the width & height parameters in the object & embed tags of your html, to 100% rather than the actual width & height in pixels of your .swf's dimensions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top