Tag Archive for 'getitemat()'

10
May

Displaying specific items from an ArrayCollection in Flex

The following examples show how you can display specific items in a Flex ArrayCollection using the getItemAt() method and the array access operator ([]).

Full code after the jump.

Continue reading ‘Displaying specific items from an ArrayCollection in Flex’