|
|||
|
Hello,
I use swfkit to get the list of files from a folder. swfkit returns an array with the files' pathnames. How can I get this array into Flash to use it ? I tried the following code the setVariable method but it didn't work. Piotr. :P |
|
|||
|
All you have to do is to join the array like you do in flash with a seperator(",")
variable = yourarray.join(",") So you will become a long variable which you could pass to flash with the setvariable command. In flash you split the variable to an array. yourarray = Variable.split(",") |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|