Jeff, thanks for the quick reply.  Could you give me an example of passing say 
a single 
string?

Is it something like the way the debugger works where you tack args on to the 
end of the 
url:

http://localhost:8888/home/myApp.html?debug=true


--- In flexcoders@yahoogroups.com, "Battershall, Jeff" <[EMAIL PROTECTED]> 
wrote:
>
> Yes, you can pass variables to the Flex app via flashVars. These then
> can be accessed via Application.application.parameters.myVarName in your
> application.
> 
> This would mean that you'd have to modify the default html wrapper,
> which is easy to do.
> 
> Jeff
> 
> -----Original Message-----
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of netdeep
> Sent: Thursday, May 29, 2008 10:59 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] launching flex with arguments
> 
> 
> Is there a way to launch a flex app and pass it arguments similar to
> java's 
> 
> public static void main(String [ ] args)  ?
> 
> 
> ------------------------------------
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>



Reply via email to