Thread
:
resizing in flex
View Single Post
Isocase
2008-10-08 #
2
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;
Isocase
View Public Profile
Find all posts by Isocase