by admin | Jun 13, 2005 | Uncategorized
If you hate accessing XMLNodes using myXML.firstChild.childNodes[3] approach, there are already couple of other approaches to deal with. Before getting to know my new approach lets examine the other possibilities. What do you think? Will XML Shortcuts component...
by admin | Jun 11, 2005 | Uncategorized
To better organize my blog, I’ve added a new section called actionscript2, all the AS2 class files will be placed here for download. I will also convert some of my as1 functions into as2 class files and place them here
by admin | Jun 8, 2005 | Uncategorized
Lets explore how we can hide nodes beyond the predefined depth from rendering in tree. Before hiding the text nodes, the tree looks like this (as per Example 1) with this XML Start with a blank FLA, add a tree component to stage, name it “tree”, add a text...
by admin | Jun 7, 2005 | Uncategorized
Lets explore how we can hide text nodes from rendering in tree. Before hiding the text nodes, the tree looks like this (as per Example 1) with this XML Start with a blank FLA, add a tree component to stage, name it “tree”, add a text area component name it...
by admin | Jun 6, 2005 | Uncategorized
I’ve modified my Color Syntax Extractor to include XML for Igor’s Flash Syntax Highlighter, which is a flash based synctax highlighter for actionscript. You can download the tool from here! [0.9mb]