Hi list...

clickedOne returns an xmlList for me.  I can't figure out why, but when I 
comment out the var c assignment, clickedOne  returns null. I don't use var c 
anywhere except to prevent clickedOne from being null.  How can this be 
possible?

Thanks for any replies,
- Michael M.

var c:XMLList = topicData[0].descendants("*").(hasOwnProperty("@title") && 
@title == String(u["info"]["text"]));
// WHY IS THIS LINE DEPENDENT ON VAR C?                                 
var clickedOne:XMLList = topicData[0].asset.(hasOwnProperty("@title") && 
(@title == String(u["info"]["text"])));


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to