Which method of the URLLoader class is used to load the data in an XML file?
What will be an ideal response?
The load method of the URLLoader class is used to load data into Flash. For
example you could load data from a local file called songlist.xml with the code:
```
xmlLoader.load(new URLRequest(“songlist.xml”));
```
Computer Science & Information Technology
You might also like to view...
When the Border Painter button is selected, the pointer display changes
Indicate whether the statement is true or false
Computer Science & Information Technology
Describe the issue of duplicate SSIDs and why this may cause a wireless device to intermittently disconnect from the AP.
What will be an ideal response?
Computer Science & Information Technology