Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
A Simple XML-Based Searchable Database
Author: Joachim Schnier
| Website: http://www.cancerinform.net/ |
The XML tree
An XML file has the structure of a tree as shown in the figure below.

In order to get access to individual parts of the tree using actionscript we have to start at the root of the tree, which in this case is the root node . Actionscript is based on microsoft´s Document Object Model (DOM). Check other tutorials in the Web for that. The principal to get access to the XML tree is basically very similar to the way to get access to the inside of a movieclip. There is a root or parent and there are children. But now let´s focus on the actual flash file. We will mainly focus on the functions related to the XML files. There is also a preloader for pics, which however will not be discussed further in detail here.
| » Level Intermediate |
|
|
Added: : 2002-07-05
Rating: 8.28 Votes: 143
Hits: 3854
|
| » Author |
|
The author is a scientist working in cancer research.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (209 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.
|
|
|