-
Hi,
i`m trying to make a flash4 login on a php page.
I used the php code with normal html form action and it worked!
So something must be wrong with my swf.
I use two fields, one named "user", the other "password" and one butt
two transfer the data.
Button`s code:
loadVariablesNum("http://server.com/login.php",0,"POST");
What I`m doing wrong here - cause if i hit the butt nuthing happened.
May someone can point me to the right link?
>Cheers
>>mt
-
loadVariables("http://www.server.com/login.php","" ,"POST");
That should do...