I've been searching for it, and please correct me if i'm wrong, but here it is:
in the name "loadVariablesNum", the "Num" part stands for "numerical", not for "number". Instead of stating a contextual target
loadVariables("test.php","_root.movieInstance1");
you would use the numerical approach to specify the desired level into which the variables should be loaded.
loadVariablesNum("test.php", 1);
Level 0 (level0) equals root.
EP.