How to create a 'global event' in actionscript / flex?

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2008-11-12T21:54:31Z Indexed on 2010/03/14 7:35 UTC
Read the original article Hit count: 210

Filed under:
|
|
|

What is the best way to create a 'global event' in flex/actionscript - preferably using a static class?

I want to raise an event to indicate that a stylesheet is loaded in order to show components that require that stylesheet. So I want each portion of the application that requires a style from the stylesheet to listen to an event telling it that the styles are all loaded.

© Stack Overflow or respective owner

Related posts about actionscript

Related posts about flex