Hello

I'm load an XML Document in ASP. Now i want to load this in Flash with "sendAndLoad".

This works when i load the XML File with .load

myXML = new XML();
myXML.onLoad = convertXML;
myXML.load("Data.xml");

now i want to load with sendandload

urlXML = new XML();

myXML = new XML();
myXML.onLoad = convertXML;
urlXML.sendAndLoad("default.asp", myXML);

i need help....thx

:sorry my english i'm speak german