This event is the right one, maybe because the stage == null when you add the listener?
If it helps, I wrote classes to handle liquid UI based on this event: http://www.soundstep.com/blog/downloads/baseui/ Even if you don't use it, you can probably check the code and find something. You might need to check the html, if your movie is not resized with the browser, the event won't fire. Romu -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick J. Jankun Sent: 05 June 2008 15:04 To: Flashcoder Mailinglist Subject: [Flashcoders] flex 3 Event.RESIZE Hello Everyone, This is something probably very stupid, but i have an basic problem with my AS code: i got an event Listener added to stage instance in the main class function/constructor stage.addEventListener(Event.RESIZE, initialise); problem is, this event never gets fired, and i simply can't find out why :(, i scale the stage in the browser env, the event is being ignored. I tried Event.INIT and others, they seems to work, but not this one, can someone tell me what the heck do i wrong? P. ------------------------------------------ fancy skills to pay the bills www.jankun.org Phone: +43 660 96 969 - 01 web: jankun.org mail: p[at]jankun.org _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

