Data management (Flash Professional only)
423
Remoting RecordSet
The following ActionScript example assumes that you’re using Flash
Remoting and that you’ve made a remoting call that returns a RecordSet. The RecordSet
object implements the DataProvider interface. The result is assigned to the
dataProvider
property of the
myDataset
component instance:
function getSQLData_Result(result) {
myDataset.dataProvider = result;
}
Array of objects returned from a web service
The following illustration shows an example
of using the Component inspector to bind an array of objects returned from the web service,
represented by the
myWsc
instance of the WebServiceConnector component. The illustration
on the left shows the schema of the web service. The illustration on the right shows how the
results
array is bound to the
items
property of the
myDataset
component instance.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Using Flash ...
Page 12: ...12 Contents ...
Page 110: ...110 Using Symbols Instances and Library Assets ...
Page 128: ...128 Working with Color Strokes and Fills ...
Page 156: ...156 Drawing ...
Page 190: ...190 Working with Text ...
Page 224: ...224 Working with Graphic Objects ...
Page 270: ...270 Creating Motion ...
Page 310: ...310 Working with Video ...
Page 362: ...362 Working with Screens Flash Professional Only ...
Page 386: ...386 Creating Multilanguage Text ...
Page 454: ...454 Data Integration Flash Professional Only ...
Page 500: ...500 Publishing ...
Page 534: ...534 Creating Accessible Content ...