PROBLEMS with mailto in flash?

by setting the value of the html property of your dynamic text box to ‘true’ and then using htmlText like this:


myTextBox.html = true;
myTextBox.htmlText = "<A href='mailto:[email protected]'>[email protected]</A>";