Flash dynamic text and links
Flash dynamic text and links
- Started
- Last post
- 6 Responses
- ukit
Is it possible to add a link to part (but not all) of the text for a dynamic text box in a Flash movie?
- Nac_part20
yes
- brandelec0
u can use htmlText
- brandelec0
ie.
my_txt.htmlText = " blah blah < a href=\"mylink.html\" >blah < /a> ";
- ukit0
Ah...I got it. It works but my link shows up as regular-looking Flash text. Is there a good way to format it with underlines/color etc. like a regular HTML link?
- brandelec0
exactly, use html tags
< u>, < font color=...>, etc
- speedlab0
google : Flash CSS