by admin | Mar 15, 2005 | Uncategorized
Lets enhance the last example by adding search functionality. We need a function that will return the matching nodes as an array. The following function does that for us. Add it to the timeline. [cc lang=”actionscript3″]function isMatch (s, s2) { return s...