Mark, check out the use of singletons, a singleton will solve your problem.
Paul ----- Original Message ----- From: "markflex2007" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, December 21, 2007 5:09 PM Subject: [flexcoders] how to pass varible between screens? > Hi, > > I have some screens under ViewStack like this > > <mx:ViewStack> > <view:Form1View /> > <view:Form2View /> > <view:Form3View /> > <view:ThankyouView /> > </mx:ViewStack> > > I have a variable in Form1View but how I can get the variable in > Form2View. > > backend language have session variables,I am not sure if Flex also > have the same function like session variable. > > Please help me out.Thanks > > Thanks > > Mark > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > >

