Hey guys. I have been working on a flash level editor for my game in which others can log onto a website, create a level in my editor, and it then gets sent to my email adress. I successfully got everything to work inside of stencyl. I am using the block (Visit URL ___ and then do...) to send off string data to a hosted php file. When I hit test game inside of Stencyl and run the game, it sends off the data perfectly. Everything works like it is supposed to. However, I recently uploaded the exported .swf to dropbox and embedded the .swf file in a hosted webpage. When I load up the game on the webpage, it displays correctly, but will not send the data. I can go back to stencyl and open up the game and it sends the data fine. But the same .swf embedded on a webpage will not send the data. I tried troubleshooting this by placing a (open URL ____ ) block inside the (Visit URL ___ and then do..) block, so that it will visit a given URL if it posts the data. and sure enough, it doesnt open the URL, as if to say that it failed to post the data. I'm quite puzzled on this one. If anyone out there has any bright ideas please let me know. I have put quite a bit of time into this.
--Edit.
I have done a bit of research and it seems others have the same problem exporting from flash professional.
--
" Look after it in File>Publish Settings.. Should appear window. Go to "Flash" tab and change "Local playback security" option to "Access network only". Should work."
--
Is there a similar setting in stencyl to edit.