Hi list...

For some strange reason (and I mean REALLY strange), the second statement below 
depends on the first statement.  As far as I can tell, the two lines have 
nothing to do with each other.  When c runs, clickedOne returns an XMLList.  
When c is commented out, clickedOne returns null.

var c:XMLList = topicData[0].descendants("*").(hasOwnProperty("@title") && 
@title == String(u["info"]["text"]));
var clickedOne:XMLList = topicData[0].asset.(hasOwnProperty("@title") && 
(@title == String(u["info"]["text"])));

Could it somehow be that initializing var c creates "something" that's next 
needed for the var clickedOne to evaluate properly?

Perplexed,
- Michael M.



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to