how to pass variables from php to flex ??
Thanks
Saritha
Variables or data from database?
pass variables...
i mean how to pass variables as querystring..
I just know how to send it via RemoteObject with AMFPHP....soz
You could use FlashVars to send name/value pairs from your HTML template to your Flex application:
http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-templat e/
Peter