Is it possible to change submit button's URL link based on user input?
I have a separate html page that does this with a php script, but I had help creating that php file which is just a form that allows users to enter a passcode that I provide them which will then simply link them to an external html page. Since I don't know about php, I am thinking a possible work around would be to have a text input box which would allow a user to enter (passwordA) then click Submit to load (pageX.hmtl) or they could enter (passwordB) and Submit would load (pageY.html).
If anyone knows how I could link my new flash project with my .php file, that would be great, or if there is AS3 code that would do this I would love that!