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 examplevar abc =10;I do like this
axShockwaveFlash1.SetVariable("abc","90000");
but how to do this with arrays?


Sign In
Create Account


Back to top









