- Sold between 250 000 and 1 000 000 dollars
- Exclusive Author
- Community Moderator
- Author was Featured
- Bought between 10 and 49 items
- Referred between 200 and 499 users
- Has been a member for 4-5 years
- Won a Competition
Hi guys I am having a rough time, I am trying to make a swf act like in the HTML wrapper but without it
what I mean is when someone lunches swf in Flash Player and tries to resize it everything should aline correctly, but the swf without the HTML wrapper doesn’t trigger the Resize Event any idea how to fix this… ?
- Sold between 250 000 and 1 000 000 dollars
- Exclusive Author
- Community Moderator
- Author was Featured
- Bought between 10 and 49 items
- Referred between 200 and 499 users
- Has been a member for 4-5 years
- Won a Competition
var swfStage:Stage = stage; swfStage.scaleMode = StageScaleMode.NO_SCALE; swfStage.align = StageAlign.TOP_LEFT;
Ok I have one more problem, how to allow full screen on a stand alone SWF ?
fscommand("fullscreen", "true");
- Sold between 250 000 and 1 000 000 dollars
- Exclusive Author
- Community Moderator
- Author was Featured
- Bought between 10 and 49 items
- Referred between 200 and 499 users
- Has been a member for 4-5 years
- Won a Competition
Ok the fullscreen works but I dont know why when I resize the swf I see white background for a second and then my background catches up… but the bg color set in the fla is black any idea how to tweek it? 
- Sold between 250 000 and 1 000 000 dollars
- Exclusive Author
- Community Moderator
- Author was Featured
- Bought between 10 and 49 items
- Referred between 200 and 499 users
- Has been a member for 4-5 years
- Won a Competition
savorks said
this ?fscommand("fullscreen", "true");
Thanks but as it turns out you don’t need to set the allowFullScreen when you work with a stand alone flash player.
stage.displayState = "fullScreen";
