I need to pass private data from MySQL to a flash file securely. I have a PHP script that is assigning variables on the server side – how do I pass this to flash without being available publically? I assume XML and an HTTP query string are out of the question because of security. What’s the most secure way of doing this?
Thanks!
Basically I have some file paths that I need to load into a music player – however, I don’t want these URLs to be publicly known. I was hoping I could pass data directly to flash securely somehow.
Alternatively, should I be storing these documents as local file for flash rather than URLs?
If you pass “private” data to the client, he’ll be able to read/decrypt it no matter what you do.