хорошо.

Код:
my_xml = new XML ();
XML.load('http://develop.visionica.com/revolunet/20080226_151305.xml');
XML.onLoad(success){
if(success){
trace(my_xml);
} else {
trace('Not working');
}
};
Я скорее всего делаю все черт знает как, но нужно разобраться, срочно...
2 ошибки:
Line 2: The property being referenced does not have the static attribute.
XML.load('http://develop.visionica.com/revolunet/20080226_151305.xml');
Line 3: The property being referenced does not have the static attribute.
XML.onLoad(success){
Посоветуйте как исправить, пожалуйста