Quote:
Originally Posted by Ugogrl
Okay actionscriptcode .... lost me
with the old script I put [php] and the page in the root .. and the flash in the folder ... and it worked ... you made changes the first time ... it worked ... it just didn't collect IP ISP ... info I wanted ... that was all that was wrong ...
then everyone said the Vars thing wasn't good ... but I don't know if the flash file sees Var ... or what you have all changed it to ???
|
Actionscript is the code that runs inside the flash animation/form.
Changing the $HTTP_POST_VARS to $_POST will have no effect on the working of the php script. The php script works independently of the flash form. The flash form sends the data TO the php script which then does its own processing.