How can I use ArrayCollection like feature in ActionScript 3.0 Flash IDE?
问题 I heard that ArrayCollection on Flex, so how can I use ArrayCollection like feature in ActionScript 3.0 and Flash IDE. 回答1: The equivalent Flash IDE class is fl.data.DataProvider . http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/fl/data/DataProvider.html The DataProvider class provides methods and properties that allow you to query and modify the data in any list-based component--for example, in a List, DataGrid, TileList, or ComboBox component. A data provider is a linear