Posts tagged as:

DataProvider

The previous topic briefly demonstrated how to add items to a data grid using the DataGrid class’s addItem() method. In addition to adding items directly to the DataGrid instance, you can also create a new DataProvider object and set the data grid’s dataProvider property.
There are three main ways to add items to a DataProvider object:

Pass [...]

{ 0 comments }

The following example shows how you can use embedded fonts with a Flash CS3 ComboBox control’s drop down menu in ActionScript 3.0.
Full code after the jump.

{ 0 comments }