User Guide
258 Chapter 14: Data Integration (Flash Professional Only)
3.
Set up the connector component:
■ Set component parameters.
■ Set component properties on the Schema tab.
4.
Bind the connector component to DataSet component.
5.
Set up the DataSet component:
■ Set component parameters.
■ Set component properties on the Schema tab.
6.
Bind the UI component to the DataSet component.
7.
Set up the resolver component:
■ Set component parameters.
■ Set component properties on the Schema tab.
8.
Bind the resolver component to the DataSet component.
9.
Add additional UI components and code for the resolver functionality (that is, for adding,
editing, or deleting data records).
10.
Bind UI components to resolver components.
Workflow for an external database (non-XML or not a web service):
1.
Set up your data source; for example, in the ColdFusion environment, set up a ColdFusion
DataSource component to connect to your data source.
2.
Add components to the Stage:
■ DataSet component.
■ UI component for data display, such as DataGrid.
■ Resolver component.
3.
Bind the DataSet component to the UI component for data display.
4.
Set up DataSet component:
■ Set component parameters.
■ Set component properties on the Schema tab.
5.
Set up a connection to your data; for example, you could set it up through a ColdFusion
component with Flash Remoting services and your own ActionScript code.
6.
Bind the resolver component to the DataSet component.
7.
Set up the resolver component:
■ Set component parameters.
■ Set component properties on the Schema tab.
■ Write ActionScript code using methods of a resolver component class.
8.
Add additional UI components and ActionScript code for the resolver functionality (that is, for
adding, editing, or deleting data records). Bind UI components to resolver components.