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...

Security reviews have a mandate to make the company's personnel more capable.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A ________ uses rows and columns of information to relate the information in a manner that is meaningful to an audience

A) table B) matrix C) diagram D) chart

Computer Science & Information Technology

Which of the following is a best practice when writing a search string?

A. Include all formatting commands before any search terms. B. Include at least one function as this is a search requirement. C. Include the search terms at the beginning of the search string. D. Avoid using formatting clauses, as they add too much overhead.

Computer Science & Information Technology

In the accompanying figure, you choose item E so that you can upload your document to the web.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology