all groups > flash data integration > july 2005 >
You're in the

flash data integration

group:

Can you give me datagrid bind with xmlconnector


Can you give me datagrid bind with xmlconnector iflashmx
7/7/2005 7:15:41 AM
flash data integration: Pls can you give me datagrid bind with xmlconnector or display data in datagrid from xml file

I am fresh to flash mx 2004

Re: Can you give me datagrid bind with xmlconnector deven_delian20031977
7/12/2005 12:00:00 AM
1. in component inspector panel on the parameter tab enter
URL - ur xml file.
direction - receive.
2. go to schema tab and import ur xml file by clicking on the button (import
xml for schema) right top corner of the panel.
3. go to binding tab. click on the + sign to add the binding. select the
row:Array and click ok.

u will see "results.datapacket.row" in the binding box. select it and set the
direction to in/out. bound to the comboBox.

comboBox will automatically get bound to the xmlConnector.

in frame 1 add the script below:
instanceName.trigger();

instanceName is the name given to the comboBox.

that's all.





AddThis Social Bookmark Button