DataGlue�(object)

The DataGlue object is for Flash Remoting use only.

The DataGlue ActionScript methods let you bind RecordSet objects to Flash MX UI components. The DataGlue object offers a way to format data records for use in a ListBox, ComboBox, or other UI component.

To use DataGlue, you must first import the DataGlue.as file in the first frame of the Flash application with the include command, as follows:

#include "DataGlue.as"

Method summary for the DataGlue object

Method
Description
DataGlue.bindFormatFunction
Binds a data provider, such as a RecordSet object, to a data consumer, such as a ListBox component, and formats the data using a function, which you create.
DataGlue.bindFormatStrings
Binds a data provider, such as a RecordSet object, to a data consumer, such as a ListBox, and formats the provider data for the consumer.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flashremoting/mx/Using_Flash_Remoting_MX/asDict5.htm