Flash full browser
Flash full browser
Out of context: Reply #1
- Started
- Last post
- 8 Responses
- sauerbraten0
yeah, it's pretty simple using MX;
first frame of movie:
Stage.scaleMode = "noScale";
Stage.align = "tl";
in your embed code HTML:
WIDTH="100%" HEIGHT="100%"
that's pretty much it. you can also create listeners to do fun things with the browser size.