vote up 0 vote down star

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.

flag

30% accept rate

1 Answer

vote up 1 vote down

Make a Singleton and add listeners to it, nice and simple.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.