This content has been marked as final.
Show 2 replies
-
1. Re: A quick question
Harry Kunz Mar 27, 2010 5:45 AM (in response to d0brin)You can use any stage size. You just have to use the publish settings under HTML tab as follows:
Dimension: Percent
Scale: No Scale
You can use stage.stageWidth and stage.stageHeight to get the width and height in pixels of the stage when its in the browser.
__________________
Edit: Sorry stage.stageHeight/stageWidth is for AS3. Use Stage.width and Stage.height instead.
-
2. Re: A quick question
d0brin Apr 4, 2010 12:58 PM (in response to Harry Kunz)in the browser I use swfobject v2 and just set parameters to 100% for height and 100% for weight


