Question

Igor

How can i properly load an xml file?

Asked by Igor 8 months ago load firefox xml internet

Answers

Rollback99
1
 
If you're a beginner I must tell you that you can ALWAYS load an xml file whenever you need to. Here is a sample code that would placed at the top of your HTML or XML file:

Var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, loadXML);
loader.load(new URLRequest(“my.xml”));

Hope that helped!

by Rollback99 8 months ago

Answer this question

How can i properly load an xml file?

0 errors found:

 
0