You can use the Stage in the same way. Use the 'resize' event of Stage just as you would in AIR. Make sure that your scaleMode is set to NO_SCALE (should be).
On Mon, Jan 4, 2010 at 3:27 PM, markflex2007 <[email protected]> wrote: > > > Hi, > > we can get AIR application screen information with flash.display.Stage > > But I am working with a Flex Web Application.How to automatically get > screen width and height when I resize the screen continually. > > Thanks > > Mark > > >

