I did the Kirupa tutorial on Dynamically Scrolling text http://www.kirupa.com/developer/mx/dynamic_scroller.htm , the simple version. Is there a way to make links in this format using the .txt file
yes
just mark “Render text as HTML” on Flash Text tool Cp…
links would be just like in HTML -
<a href=link>link text</a>
Ya i’m writing the tut for it as we speak lol. If you are NOT using a external TXT file read this
http://www.kirupa.com/developer/mx/links_dynamictextbox.htm
If you ARE using a external TXT file it is still easy. Select your dynamic text box. In the properties pannel you will see a button that looks like this “<>”. This is the “Render text as HTML” button. Now in your TXT file you can use HTML formating to do any number of things including making links.
In your TXT file
yourtext= A <a href="http://www.sintax321.com">link</a> to my site.
would come out looking like this “A <a href=“http://www.sintax321.com”>link</a> to my site.”