View Single Post
Isocase's Avatar Isocase Isocase is offline 2008-10-08 #2 Old  
What are you using to embed the SWF into your HTML and do you have the width and height of that set at 100%?

Also your using AS3 so it should be

Code:
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
Reply With Quote