Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pass dynamically sized array to Flash from javascript 1

Status
Not open for further replies.

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!
 
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top