If you add the following to frame 1 of your actionScript you can trace it all -
but I haven't figured it out for individual nodes - (am trying to recreate the
tutorial using actionscript so I can access the data!):
var tripslistener:Object = new Object();
tripslistener.result = function(evt:Object) {
trace(xcTrips.results);
};
xcTrips.addEventListener("result",tripslistener);
earl919 - 16 Jun 2008 19:47 GMT
Thanks, absurd, yes this works.
I found another good tutorial which gives all the answers - assigning variables to the nodes:
http://visualintensity.com/flash-tutorials/mx2004/xmlconnector/