Hallo und willkommen im Forum!
Das geht doch wie in HTML auch?
PHP-Code:
ausgabe_txt.html = true;
ausgabe_txt.htmlText = '<A HREF="http://www.google.de">Hallo, hier ist ein link...</A>';
//bzw
ausgabe_txt.htmlText = '<A HREF="mailto:Horst@bla.de">Hallo, hier ist ein link...</A>';
Alternativ asfunction - wenn du eine funktion in Flash aufrufen willst:
PHP-Code:
function machWas(dat) {
getURL("http://www."+dat, "_blank");
}
ausgabe_txt.html = true;
ausgabe_txt.htmlText = '<A HREF="asfunction:machWas,google.de">Hallo, hier ist ein link..."</A>';