RE: [Flashcoders] onResize (when done)

2006-06-06 Thread Bernard Visscher
: Flashcoders mailing list Onderwerp: [Flashcoders] onResize (when done) I had a question about this. There is a solution in the archives (http://chattyfig.figleaf.com/mailman/htdig/flashcoders/2002-December/056558 .html) where someone used onEnterFrame. That solution was back in 2002

RE: [Flashcoders] onResize (when done)

2006-06-06 Thread Jim Robson
; Stage.addListener(stageListener); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mick G Sent: Monday, June 05, 2006 8:34 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] onResize (when done) My question is two-fold: Is it possible to determine

[Flashcoders] onResize (when done)

2006-06-05 Thread Flash Mel
I had a question about this. There is a solution in the archives (http://chattyfig.figleaf.com/mailman/htdig/flashcoders/2002-December/056558.html) where someone used onEnterFrame. That solution was back in 2002. Is there a better alternative now? My question is two-fold: Is it possible to

Re: [Flashcoders] onResize (when done)

2006-06-05 Thread Mick G
My question is two-fold: Is it possible to determine if the stage is resizing larger? smaller? only height? only width? If you don't want to use onEnterFrame, just do the same process by checking the Stage.width and Stage.height with a setInterval and compare the current values with the