This is for control variable,but I need pass actionscript variable between screens.Thanks
Mark ----- Original Message ---- From: Mike Anderson <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, December 21, 2007 12:44:54 PM Subject: RE: [flexcoders] how to pass varible between screens? No matter WHERE you are in your application, you can traverse the tree by accessing: Application. application. <control1> ..... Application. application. <control2> ..... etc. -----Original Message----- From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of markflex2007 Sent: Friday, December 21, 2007 11:09 AM To: [EMAIL PROTECTED] ups.com 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/flexcoder sFAQ.txt Search Archives: http://www.mail- archive.com/ flexcoders% 40yahoogroups. com Yahoo! Groups Links ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

