Mar 4, 2003 #1 knuckle05 Programmer Dec 17, 2001 247 CA HI All, I'm wondering if this is possible and if it could be done with the SetVariable command. Any ideas? Thx!
HI All, I'm wondering if this is possible and if it could be done with the SetVariable command. Any ideas? Thx!
Mar 4, 2003 1 #2 billwatson Instructor Dec 18, 2002 2,312 CA You cannot pass arrays to Flash; all you can pass are variable/value string pairs. what i would do is convert it to a comma separated string, set a variable in flash and split it inside flash to an array. Upvote 0 Downvote
You cannot pass arrays to Flash; all you can pass are variable/value string pairs. what i would do is convert it to a comma separated string, set a variable in flash and split it inside flash to an array.
Mar 4, 2003 Thread starter #3 knuckle05 Programmer Dec 17, 2001 247 CA thanks, that's what I did and it works Upvote 0 Downvote