Groups | Blog | Home
all groups > flash actionscript > february 2004 >

flash actionscript : Broken LoadVars


fact_one
2/26/2004 7:20:05 PM
I am currently loading a variable dynamically like
using LoadVars class for the holder

&this_var_array=0,1,0,2,0,0

and passing this to the flash and using

this_var_array = lvar.this_var_array .split(",");

and then

trace(this_var_array);

and it outputs

6,5,3,0,3,3

it gives me unusable data not from my variable post so I can't tell whats
going on All the other variables i post with it are fine. Also if I Isolate
that variable it still doesn't want to work right.

any help would be appreciated
fact_one
2/26/2004 7:25:07 PM
AddThis Social Bookmark Button