Actually I am having the same issue with this runing with a PHP script. I tried a code I found online that was along the lines of:
on (release {
myVars = new LoadVariables() ;
myVars.userName = userName.text;
myVars.password = password.text;
myVars.loadAndS end( "http://www.blahblah.co m/blah.php", myvars, "POST");
}
and then the PHP script would be...
User Profile
Collapse
-
Passing variables to PHP script
Hello,
I have a website up and includes two textboxes and a button. It is basically a front-end system to log into a 3rd parties PHP script. I have uploaded the flash source to [HTML]http://www.allcheck.bi z/flash.7z[/HTML].
I know that the two variables the PHP script is looking for is called userName and password. I attempted to use the sendAndLoad(); function, but it won't even leave the flash page.
... -
Another option that will work for both IE6/7, and Firefox is to take all of yoru code, and put it into a javascript and call it from there. Here is an example:
HTML CODE:
Goes in your HEAD tags:
[code=html]
<script src="flash_func tions.js" language="JavaS cript" type="text/javascript"></script>
[/code]
Goes into the place you want your flash to appear:...Leave a comment:
No activity results to display
Show More
Leave a comment: