PDA

View Full Version : Cool Flash Tip of the Week #4


cg219
06-19-2009, 09:14 PM
I know last week I said we will be learning about a custom class, but I think I’ll hold that one for next week. This week we are going to check out a quick and useful tip that I didn’t even know about until a couple of days ago for selecting XML and XMLList nodes. This won’t be as in depth as the last, but I still think its a great quick tip.

http://kreativeking.com/?p=483

senocular
06-19-2009, 09:22 PM
You should be careful when using @ references in E4X filters. They will throw errors if the attribute doesn't exist there. It's safer to use attribute("attribute-name");