I am working on a Flash app that is 900x700 pixels. When viewed in misc. browsers at 1024x768, the browser chrome causes robs too much of the vertical space and the app appears
The window size can be altered by using:
window.moveTo(0, 0); window.resizeTo(screen.availWidth, screen.availHeight);