fyi, I blogged a simple example here:
http://weblogs.macromedia.com/mesh/archives/2007/02/global_variable.html mike chambers [EMAIL PROTECTED] Mike Chambers wrote: > > > Just define the variable in the main app class: > > public var foo:String; > > and access it from anywhere like so: > > Application.application.foo > > mike chambers > > [EMAIL PROTECTED] <mailto:mesh%40adobe.com> >
