Flash help
Flash help
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- unfittoprint0
split your layout in different [dynamic positioned] mc's: navigation, main_content, ...
create a Stage listener to trigger 2 or more different layouts depending on the user screen size [width].
if a browser width would still not be enough to view the entire layout you could trigger an external javascript to change the embed swf width/height attributes + change an html/body's css overflow:hidden to overflow:scroll.