Hi, Im having some troubles passing data from flash to javascript, and storing that data in a mysql database. Its a little bit hard to explain, but I gonna try
I developed a flash form where you can fill some fields, and at the end, you press a button wich open a pop window where you can upload the image of the product. The data is passed with javascript functions...and here we can find the problem. If you make a request directly from flash to php, the data come in utf8 encode...but what about if you send the data to javascript and then, to php??
If I write :
hi
world
In javascript I can read "hi world" (in one line only)
How can I send it in two lines?? I wanna make a request where flash can read the two lines...I had tried sending the data in url_encoding, but isnt working

a idea??
which is the format that javascript use??
thanks very much