ключевое слово asfunction:

Код:
function example(what){trace(what)}
this.createTextField("list_txt", this.getСледующаяHighestDepth(), 0, 0, 200, 100);
list_txt.autoSize = true;
list_txt.html = true;
list_txt.multiline = true;
list_txt.htmlText = "<a href=\"asfunction:example,OX\">trace OX</a><br>";
list_txt.htmlText += "<a href=\"asfunction:example,next\">trace next</a><br>";