Exporting data outside app?

Monkey Forums/Monkey Programming/Exporting data outside app?

BlitzProg(Posted 2012) [#1]
Hey there!
I've been struggling trying to find a proper way to do this for several weeks so maybe you can help...

I would like to find a way to transmit ~20kb of generated data from HTML5/Flash app to a php file for processing purposes.

Pretty much like an highscore system, but with a lot more than just a score being sent ;)

Anyone know how I could proceed?

Thanks if you can help.


Sub_Zero(Posted 2012) [#2]
I guess you could do that with mnet's httpget.

You might need to URLencode the data aswell


BlitzProg(Posted 2012) [#3]
URLencode isn't a problem, as long as I can transfer the data.
However MNet lack support for flash. I'm considering more and more ressorting to create my own modules... I hope js and as aren't too hard to understand.


AdamRedwoods(Posted 2012) [#4]
http://monkeycoder.co.nz/Community/posts.php?topic=3196