Passing variables between flash5 and php4

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

You just mixed 'em ! :slight_smile:
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?