sandravega
Programmer
Hi,
I'm really new here and I'm really new with flash.
Also, english is not my mother language so I hope I'm clear enough... I'm sorry if not.
I want to save some data from flash, and be able to retrieve it. I figured that the best way is
-creating xml in flash
-sending it to php or asp script
-saving into a database
So i'm using the xml.send method... but i just can´t figure out how do i "receive" the data in php or asp.
so:
menuXml.load("myXML.xml"
;
...
//Add childnodes here or whatever
...
menuXml.send("myscript.php"
or
menuXml.send("myscript.asp"
and that's for flash sake.
But then...
in myscript.php, or in myscript.asp, how i can "catch" what I've send?
Thank you
Sandra Vega
I'm really new here and I'm really new with flash.
Also, english is not my mother language so I hope I'm clear enough... I'm sorry if not.
I want to save some data from flash, and be able to retrieve it. I figured that the best way is
-creating xml in flash
-sending it to php or asp script
-saving into a database
So i'm using the xml.send method... but i just can´t figure out how do i "receive" the data in php or asp.
so:
menuXml.load("myXML.xml"
...
//Add childnodes here or whatever
...
menuXml.send("myscript.php"
or
menuXml.send("myscript.asp"
and that's for flash sake.
But then...
in myscript.php, or in myscript.asp, how i can "catch" what I've send?
Thank you
Sandra Vega