Link to home
Start Free TrialLog in
Avatar of monika77
monika77

asked on

scrolling text box with tables and links

I have used Flash MX to create scrolling text boxes for my website.  I have always wanted to be able to add links to some of the text within the scrolling box but they never seemed to work.  I am wondering if Flash MX 2004 has more features with regard to scrolling boxes, specifically can I create links with them and also can I use tables to organize the text within the scrolling box.  Thank you in advance for your reply.
Avatar of muso120999
muso120999

You should be able to use htmlText:

i.e.
my_txt.html = true;
my_txt.htmlText  = "<a href="http://www.urladdresshere.com">name of my link</a>";
ASKER CERTIFIED SOLUTION
Avatar of blue-genie
blue-genie
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I agree with blue-genie about the table formatting also.  htmlText doesn't support the <table> tag.