Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Wounded Paw #1
XML to flash array
So I'm getting data from an XML file which is automatically generated by an
asp.net page. I need to load the info into an array of simple objects in
flash. The xml nodes are not always all there but they are well defined.
<allcounts>
<TBL_GUI_COUNTS>
<ZONE>ZONE_2_H_DRAY_E</ZONE>
<COUNTS>0</COUNTS>
<UPDATE_DATETIME>2005-02-17T11:54:00.0000000-05:00</UPDATE_DATETIME>
</TBL_GUI_COUNTS>
<TBL_GUI_COUNTS>
<ZONE>X</ZONE>
<COUNTS>0</COUNTS>
<TERMINAL_ID>4</TERMINAL_ID>
<TERMINAL_NAME>CUT</TERMINAL_NAME>
<PORT_NAME>POLA</PORT_NAME>
<TOTAL_NR_CONTAINERS>0</TOTAL_NR_CONTAINERS>
<NR_CONTAINERS_HAZ>0</NR_CONTAINERS_HAZ>
<UPDATE_DATETIME>2005-02-17T11:54:00.0000000-05:00</UPDATE_DATETIME>
</TBL_GUI_COUNTS>
</allcounts
I just want to load a number of the nodes called TBL_GUI_COUNTS into an array
of objects which are just name, value pairs (ie COUNTS:0). I've got the xml
connector working and it will fill a datagrid but that's not what I need. Any
help?
Wounded Paw Guest
-
Send an array from Flash 8 to PHP
Hi guys. I am using flash 8 and actionscript 2 I have created an array in flash to send to php using getURL and POST. i.e. on (release) { var... -
Passing Multi Dimension Array to CFC from Flash
Passing a single dimension array works just fine, but is there a way to pass a multi dimension array? Your thoughts/help would be greatly... -
loop over flash array in cfc..
hi. i'm passing a simple array from flash to a cfc and trying to understand how to loop over it using an index loop to make my sql inserts. i... -
Array from ASP to Flash?
I'm trying to get the value of variables from an ASP page where the variable name is created dynamically in the ASP page based on the number of... -
Dynamique array in flash ?
hello,i am student in Avignon,France and i I know how to make a dynamique array in php but i don't know if it is possible in flash and i don't know...



Reply With Quote

