Re:create a file and save flash information in it
A simular question
In flash there's an object with some vars.
for example.
test = new object
test.name = fsdfs
test.age = 14
test.... = ....
Is there a way to transfer the object with all the vars to swfkit without calling upon all the vars seperatly, with one command?
|