User Guide
1510 XUpdateResolver component (Flash Professional only)
8. Select Encoder Options and enter the rowNodeKey value that uniquely identifies the row
node within the XML file.
9. Click the Bindings tab and create a binding between the XUpdateResolver component’s
deltaPacket property and the DataSet component’s deltaPacket property.
10. Create another binding from the xupdatePacket property to the second XMLConnector
component to send the data back to the external data source.
11. Add a trigger to initiate the data binding operation: use the Trigger Data Source behavior
attached to a button, or add ActionScript.
In addition to these steps, you can also create bindings to apply the result packet sent back
from the server to the data set by the XUpdateResolver component.
For a step-by-step example that resolves data to an external data source using XUpdate, see
“Update the timesheet” in the Data Integration tutorials at www.macromedia.com/go/
data_integration.
NOTE
The rowNodeKey value combines an XPath statement with a field parameter to define
how unique XPath statements should be generated for the update data contained
within the delta packet. See information on the DataSetDeltaToXUpdateDelta
encoder in “Schema encoders” in Using Flash.
NOTE
The xupdatePacket property contains the formatted delta packet (XUpdate
statements) that will be sent to the server.