Bruno Mosconi schrieb:
Micha, thanks for the help!!!!

Your MC trick worked fine, but button's label can't be changed at all!

Take a look at this test code:


txtDescription.html = true;

textHtml += "test line..............<BR/>";
textHtml += "<img src=\"button_mc\" id=\"button\">sfvdfbybfbfb<br/>";
textHtml += "test line..............<BR/>";
textHtml += "<img src=\"ball\" id=\"ball_mc\">kjzhhgvhkgvjhjkhv";

txtDescription.text = textHtml;

this.onEnterFrame = function () {
        trace(txtDescription.label.button.butt.label = "FOO");
        delete this.onEnterFrame
}

// this will do the trick

micha
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to