Somebody HELP me !!! I am a newbie.
I am using Flash in VB. I am sending a series of SETVARIABLE from VB in a loop in the form of an array like vbarray*,value(i).
Flash Module:
Only one timeline with one frame.
I am able to view the value* when I assign a textbox to the variable of vbarray*. So, I know that vb is sending the array and its values properly.
Since I am unable to find out where Flash saves this array that it receives from VB, I am unable to access this array for using in code.
I have tried using _root.vbarray*, _level0._root.vbarray*, still the vbarray.length shows zero.
I am unable to use my debugger and thus unable to track it.
I am willing to send the fla file if necessary
Thanks much.