ABSTRACT

In this chapter all the properties and methods of the existing XML-related classes are shown with examples. For all examples there are working files in the Chapter 17 folder, in the corresponding subfolders. As in the AS2 section we also develop an XML file loading class, which can be called whenever we need to load an XML file. This loading class also has another function, with which we can load images and movies. We use this class for all the examples and later tutorials, since we do not want to rewrite the loading code over and over again. This makes our scripts simpler and easier to read. This class can also be used to call XML files from an external domain using the proxy method. This class will be the tutorial of this chapter after all the XML classes have been introduced.