This content has been marked as final.
Show 1 reply
-
1. Re: Area outside of stage shows up on website.
learn n leverage Jun 10, 2010 2:12 AM (in response to Webshark2000)Hi,
I think irrespective of the browser, potentially you could see this issue when your Browser zoom setting is NOT=100%.
If
- the Browser is Zoomed In(Ctrl++) i.e >100% AND
- the SWF you are trying to view is either published with Publish Settings>HTML>Scale = No scale or
you had published with default Publish Settings for HTML i.e. Scale=Default(Show all) BUT an action script code some where in your SWF file saying stage.scaleMode = StageScaleMode.NO_SCALE
You can resolve this by setting the stage.scaleMode = StageScaleMode.SHOW_ALL in your action script code.
Thanks!

