PDA

View Full Version : Flash and ColdFusion



dColumbus
January 8th, 2009, 10:14 PM
How do I receive a variable from ColdFusion into Flash?

I thought that:


writeOutput("&success=true&");


was going to work, but Flash can't see that response.

How in the world can I just simply gather my "success" variable so I know whether or not the script was successful.

Please!

dColumbus
January 9th, 2009, 02:05 AM
I could really use some help with this... please!

scottc
January 9th, 2009, 02:42 AM
I don't know cold fusion, if its anything like php..

Just post the variables to server, and see if it outputs correctly in your browser.

Then trace out the data from URLRequest/Loader or whatever your using. (might help to format the result as xml)

and if its working in the flash ide, but not on the website, then its a policy file (crossdomain.xml) issue.