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

Flash movie resize problem

Status
Not open for further replies.

Ragol1

Programmer
Oct 25, 2001
315
US
Ok I have a flash movie which brings in a logo. but if the user changes the size of the movie by dragging the browser the logo get distorted. what can I do to solve this problem.


Nick

Thanks
 
Don't use percentage scaling in your html. Regards,

oldman3.gif
 
That works ok if its the HTML file but the browser is playing the swf and I need it to.
Can I force the use of the SWF player instead of IE?

Thanks
 
You talking of a projector file?

fscommand("allowscale", "false"); Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top