Thread
:
Flash to PHP Help
View Single Post
feras_flash
2008-07-23 #
3
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
feras_flash
View Public Profile
Find all posts by feras_flash