Make sure your HTML wrapper passes the params to the SWF. You can also try using BrowserManager. It knows how to pick those parameters off the URL.
Alex Harui Flex SDK Developer Adobe Systems Inc.<http://www.adobe.com/> Blog: http://blogs.adobe.com/aharui From: [email protected] [mailto:[email protected]] On Behalf Of Vikram Singh Sent: Tuesday, March 31, 2009 10:13 PM To: Flex Coders Subject: [flexcoders] Application.application.parameters. Hello Everybody. I am facing problem in getting value using "Application.application.parameters." I will run my application with "http://www.XYZ.com/home.html?user_id=10 in Flex at initialize() function i wrote like this user = Application.application.parameters.user_id but i don't get value 10 in user variable which is declare like [Bindable] private var user : uint; is there any package to include for this? -Vikram. ________________________________ Add more friends to your messenger and enjoy! Invite them now.<http://in.rd.yahoo.com/tagline_messenger_6/*http:/messenger.yahoo.com/invite/>

