Non capisco perchè, ma questo codice
======================================
stop();
ApriXML();
function ApriXML() {
mioxml = new XML();
mioxml.load("home_list.xml");
mioxml.onLoad = function (success) {
if (success) {_root.result="XML loaded"}else {
_root.result = "Error opening XML"; }
};
};
================================
Non funziona mai.....
E' sulla root del swf, primo fotogramma...
potrebbe essere un errore nel xml?
Qualcuno sa aiutarmi?
Grazie
Rucker

Rispondi quotando
