Mega Code Archive
Categories
/
Flex
/
Components
Use Repeater to create buttons from ArrayCollection
[Bindable] public var dp:Array = [ { label: "Google",url: "http://www.google.com" }, { label: "Flash", url: "http://www.adobe.com/flash" } ];