Hi, here I got a way to do it here http://code.google.com/p/maashaack/wiki/Singleton
note that a lot of people will debate on how to define singleton in AS3, I don't say that the solution I mention above is the best but imho it's the most standard-way to do it and the closest to the AS3 language (and if someone want to debate that come with good arguments, just saying "duh Java use getInstance() so we should do the same" that will not qualify as a good argument) cheers, zwetan --- In flexcoders@yahoogroups.com, "Scott" <[EMAIL PROTECTED]> wrote: > > I'm trying to find information on using singletons in AS3/Flex. I've > got an .AS file set up but I'm having issues calling the data/functions > within that function in other classes. Does anyone have a good resource > on the web for creating and using singletons? > > > > Thanks! >