I am trying create system in which I can login from php and then go directly to the flex project. The flex project already has login system but I want to bypass that and use the login system created in php. For testing I created a simple mxml file and one html page. Using the object tag and flashvars I passed the username and password into the swf and displayed using label. But my project is very big and want to pass username and password without using the swf of the project. Is that possible?
Share
Your question is not very clear, but still, here goes nothing:
My understanding:
You have a flex app, and you want to restrict access to it using password validation in php
My solution:
login.php:
application.php