ahs10 Posted December 4, 2007 Share Posted December 4, 2007 i don't know if this is more of a php question or an actionscript question, so i'm posting in two forums about this. is there a way to make a php script only executable by a flash movie? i've come up with a very mild form of security, but it's next to nothing as it uses GET to pass a variable between the two. basically, flash gives the php a variable with a value in the sendAndLoad. the php script then checks the value of that variable first, and dies if it's not correct. this is very simple to overcome, so i'm looking for something a little more secure. any ideas? Quote Link to comment Share on other sites More sharing options...
trq Posted December 4, 2007 Share Posted December 4, 2007 Why not use POST? Because your post variable name will be embeded within the flash file, even viewing the html source of the page will not give it away. Quote Link to comment Share on other sites More sharing options...
ahs10 Posted December 4, 2007 Author Share Posted December 4, 2007 i wanted to stay away from post because of how my movie and form are setup. in another forum i asked this question, i was introduced to amfphp.com which i think is the route i will go. thanks! love the avatar Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.