Такой вот вопрос:
Подгружаю xml'ку.

Код:
this.input_xml = new XML();
this.input_xml.load("album.xml");
this.input_xml.onLoad = function(success) {
if (success) {
if (this.status != 0) {
trace("invalid xml");
} else {
this.addID();
_root.preview.loadPictures();
}
} else {
trace("error opening URL");
}
};
если публикую в 6м плеере -- все нормально.
в 7ом -- "invalid xml"
