Text not showing

Have a web page. On main timeline there is a pop-up screen MC named “popup”.
all is AS2
in this MC in 2nd frame I read some data from XML and parse one To label.text and other to multiline, that is in MC named “a”.

On frame2 of popup i read this:


    label.text = xmlNaslovi.firstChild.childNodes[0].attributes.naslov;;
    test = xmlNaslovi.firstChild.childNodes[1].firstChild.nodeValue;

In frame3 of popup where the MC “a” is set:


    stop();
    a.besedilo_txt.text = test;
    a.besedilo_txt.autoSize = "right";

When I copy all code to new file it all works great, but when in “web” file it loads all to backup and if I trace(besedilo_txt.text) it shows great but nothig appears on screen. :{
If i write text directly to this dynamic box it shows thext.

PLZ help me!

this is working example: http://psychop.dyndns.org/x.fla
and its xml file: http://psychop.dyndns.org/1.xml