Jump to content

axShockwaveFlash1.SetVariable and arrays

- - - - -

  • Please log in to reply
No replies to this topic

#1
mokszyk

mokszyk

    Learning Programmer

  • Members
  • PipPipPip
  • 33 posts
Hello. I wonder how to send to flash a variable which is an array object.
For example. I decompile flash game, and in the source there is:
var abc = [1,2,3,4];
How can I change it by function?
axShockwaveFlash1.SetVariable("","");
I know that it works if variable is single object, for example
var abc =10;
I do like this
axShockwaveFlash1.SetVariable("abc","90000");
but how to do this with arrays?
THink positive :)




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users