PDA

View Full Version : Flash Scrolling Text with Links Please Help!!!!


buddhaone
07-22-2002, 05:50 PM
I am having serious troubles creating a scrollable text box with certain sections in my text formatted to include links to different websites. I am loading an external text file into a text box with a variable named news_text. I can scroll the text but i can't seem to figure out how to add links. Please Help!!!!

xxlm
07-22-2002, 06:08 PM
set the html property of your dynamic text filed to true.
MyDynamicTextfiel.html = true;

In your .txt file put a tag <a href="myadress">yourlink</a>...

That's all...

If you want more info go to the tut page and looks... Schearch on the forum too...

:)