I have been told that if I import text from an external .txt file and if I want the text to be a hyperlink, I should use:
[a href=“http://www.yourlink.com”]This is a cool site[/a]
in the text file.
I am using
loadVariables (“my.txt”,_root);
to get the text into a dynamic text field.
The method of defining a hyperlink is not working.
Also is there a way to have the link underlined by adding to the text file. I could do this internally in flash but I want to have the flexibility of the external text file.