View Single Post
feras_flash feras_flash is offline 2008-07-23 #3 Old  
I think loadVariables() is useful in this case

Code:
address="email@host.com";
loadVariables("add.php",this,"GET");
this code is sending the 'address' from flash to "add.php" as GET param and php doing his job without any display ... you just see flash

you can read more about loadVariables() function in flash HELP
Reply With Quote