Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
A Simple XML-Based Searchable Database (part 2): URLs and Frame numbers
Author: Joachim Schnier
| Website: http://www.cancerinform.net/ |
The Actionscript: continuation...
After looping through the XML tree we look for the root node, which is flashkit and then we assign the XML file content to the variable flashkitContent.
if (this.childNodes[count01].nodeName.toLowerCase() == "flashkit") {
flashkitContent = this.childNodes[count01];
}
}
//here the XML file content is carried over to the next function
findUrl(flashkitContent);
}
| » Level Intermediate |
|
|
Added: : 2002-07-20
Rating: 7.15 Votes: 21
Hits: 746
|
| » Author |
|
The author is a scientist
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (37 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|