PDA

View Full Version : passing variables between flash5 and php4



bob.g
August 12th, 2002, 07:44 AM
Hi everyone, can somebody please help me in achieving the following task. I have got a variable in my flash5 program, trying to pass it to my PHP script using the code below:-

loadVariablesNum("check.php",_root,"POST")

my textbox in flash has got a variable called check attached to it, but I am still unable to get it working. Also can someone please tell me the difference between loadVariablesNum and loadVariables. when to use either.

thanks for all your help..
BOB.B

eyezberg
August 12th, 2002, 05:18 PM
You just mixed 'em ! :)
LoadVNum is into a level, so parameter is level0, level1 or so (where you have _root)
loadVariable is into a arget timeline/ clip, so there you'd have a path like _root, this, _root.myVarHolder ...

Helps?