Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
if(!xmlfile){
// error and/or troubleshooting message
} else {
var myLoader:URLLoader = new URLLoader();
var myURL = new URLRequest(xmlfile);
myLoader.load(myURL);
myLoader.addEventListener(Event.COMPLETE, onLoadComplete);
var myXML:XML;
[etc...]
}
XML Parsing Error: syntax error
Location: http://www.videoweb.de/videos/xmlcreate.php
Line Number 1, Column 16:
<?xml version="2.0" encoding="utf-8"?>
---------------^
1 to 14 of 14