thank but does't work.
II created the txt dynamic called: ": myVariableName "
And I put in the AS script this:
tuteInfo_xml = new XML();
tuteInfo_xml.ignoreWhite = true;
tuteInfo_xml.onLoad = function(success) {
if (success) {
myVariableName ='Author.xml loaded. Contents are: '+ myXml.firstChild.firstChild.toString(); trace(myVariableName);
}
};
the txt dynamic had been ib the same photogram of the script but doesn't work..
