View Single Post
  #5 (permalink)  
Old 09-06-2003, 12:21 PM
meester meester is offline
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default 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?
Reply With Quote