Howdy folks :cowboy:
My question is, is there a way to send variables from PHP to Flash in a secure manner? Using echo() from the PHP file is too open to be considered secure. I want to make a really basic non-mysql user authentication for my flash movie. I know how to make the authentication work except there’s always the issue with those variables.
I was thinking, is there some way to send variables from PHP to flash using the POST method? At least that way the variables are invisible to the visitors. I’m not sure how to do that though.
Anyone care to tell me?