Flash and WWW Class

Hello there.

I was unable to build to Flash Player my game because i was using WWW CLASS, but that was until yesterday when i updated my unity to 3.5.2. Now i can publish the game but i have a problem and this is it :

I use (for now) the WWW class to call something like a WEBSERVICE on my WEBSERVER, and i call the webserver with a GET parameter, the webserver records my request on the database and then echoes a message of response … my problem with flash is that the webserver is receiving the question from the game, so the request is correctly recorded on the database, but when i give unity the response text, unity flash gets an empty string > im using www.text. I tried to export the same package to unity web player and everything works just fine though.

Does anyone one can help me with this please ?

Thank you in advance.

You can work around this issue currently by implementing your service call in pure AS3 within your Unity project. There is an example of how to do this here: