- Home /
Does WWWForm works for flash building?
I'm trying to send email by using small php script on my server. Information for this script I pass by WWWForm. But is works on standalone build. When I try to do build for flash I see error BCE0018. I'm not sure if WWWForm is implemented to build flash?
I have only a few scripts in this same folder to it shouldn't be wrong compilation order.
Answer by panbook · Apr 15, 2012 at 08:01 PM
I've found that so far WWW class is not supported in flash. Possible solution instead of WWW class is to create your own ActionScript file and paste it in 'ActionScript' folder in 'Assets'.
in Unity you can use ActionScript class to pass some parameters to *.as file.
Your answer
Follow this Question
Related Questions
How to send a e-mail via smtp 0 Answers
SQL Connection doesn't work in standalone/build 1 Answer
Send inputfield entries via email 2 Answers
Facebook log in with email and password 0 Answers
Cannot Get Light To Flash - Help 1 Answer