"Please help me to know how to pass value from one Flex file to other
flex file with navigateToURL?

I use navigateToURL to pass variable from page1 to go to page 2"

 

Why are you doing it this way rather than having both pages in a view
stack? That would be the easy way.

The hard way (which is what you've asked for...)

1.      append the parameters onto the url you are calling for the
second swf. (http://yourhost/yourapp.swf?param1=foo&param2=bar)
2.      mx.core.Application.application.parameters contains the key
value pairs of the paramters passed in

 

Check out
http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhel
p.htm?context=LiveDocs_Book_Parts&file=passingarguments_086_04.html for
some more details!

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:       01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
<blocked::http://www.inps.co.uk/> 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact [EMAIL PROTECTED]

________________________________

Reply via email to