Link to home
Start Free TrialLog in
Avatar of alisonka
alisonka

asked on

AS2: Create array from selected items in checklist

Hello,

I am looking for advice on creating an array from selected items in a checklist. I have a flash AS2 file where the users drag items based on an array; what I would like is to add a previous screen in which they select the items that will be in that array. This may be fairly basic but I am having trouble finding anything online.
Avatar of dgofman
dgofman
Flag of United States of America image

You have to use Aray filter and apply result to bindable variable.
Now just point dataProvider to this variable.
ASKER CERTIFIED SOLUTION
Avatar of deepanjandas
deepanjandas
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of alisonka
alisonka

ASKER

This was difficult to follow and could have benefited from some sample code.