Hi, I'm designing a Flash website and I want the stage to fill the viewer's
screen, similar to www.s-w-h.com. I've always designed flash sites with one
particular size in mind, never for multiple screen sizes. I know there's a
Stage.onResize property I can use, but I'm sure there must be a limit to the
actual size of the viewers screen, otherwise it would kill my layout and
design. I'm wondering whethere there's a technique flash designer's use to
effectively and optimally resize, i.e. choose only 3 stage settings and work
around them, or 3 browser types (IE, Safari, Firefox) and work from there. I
ask this because I have also noticed that my Firefox browser fits my whole
screen while my Safari browser does not. So there are many variables to
consider. What would be the best way to apprach this?
Gorka Ludlow - 28 May 2007 15:19 GMT
Check out the Stage class in Flash. It lets you know the actual width and
height of your clients browser. You can add a listener to your main movie to
look for onResize events.
That is a great website.
Let me know if you need some extra pointers.
Cheers
Gorka