Connecting Tech Pros Worldwide Forums | Help | Site Map

Read output from script called using loadVariables

Member
 
Join Date: Aug 2007
Posts: 35
#1: Sep 20 '07
Hello all
I would like to send some variables from flash to a php script and then to import the output created in flash. The output is in xml format
<xml version="1.0">
<root>
<response>approved</response>
</root>

is there any way of doing this? I cannot format the output
thank you

xNephilimx's Avatar
Expert
 
Join Date: Jun 2007
Location: Buenos Aires, Argentina
Posts: 200
#2: Sep 22 '07

re: Read output from script called using loadVariables


Hi, Deera.
I'm sorry I don't quite get what you want.
You mean, to send date from Flash to PHP and from php making an XML file and storing it on the server?
Also, what's the purpose of doing this?

Kind regards,
The_Nephilim

Quote:

Originally Posted by Dreea

Hello all
I would like to send some variables from flash to a php script and then to import the output created in flash. The output is in xml format
<xml version="1.0">
<root>
<response>approved</response>
</root>

is there any way of doing this? I cannot format the output
thank you

Reply