Thanks for all the responses! I ended up adapting this solution, and I got tripped up on the fact that parent() is a method!! Ugh.
- MM take the XMLList that you have and run a for each loop on it looking for a match at the name attribute for each (var element:XML in FloorPlanData.floor){ if(eleme...@name == thisLabel){ return element } } _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders