Chad,

 

You can do this using FlashVars or QueryStrings.

 

FlashVars is simpler but requires that your server side includes these
parameters in the <object> tag at the time of serving the application.

QueryStrings requires that you have code/class on your application that can
extract these values.

 

Have you tried any of these methods?

 

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Chad Gray
Sent: Thursday, March 27, 2008 3:05 PM
To: [email protected]
Subject: [flexcoders] pass in url or form variable

 

Is there any way to pass in a URL or Form variable to a flex application
when it starts up?

Like if a user clicks an HTML form and it launches the flex app as the
action page. Can the flex app pick up on the form variables?

 

Reply via email to