gryan
June 16, 2004, 7:46am
1
I’m loading text from an external .txt file. I want to put html tags to change the color and add links.
The links I can get to work, but when i change the color …everything after the color change disappears when it’s loaded.
Is there a fix for that in Flash MX?
Can anyone help?
thanks
system
June 16, 2004, 7:54am
2
Usually when text disappears all the sudden, it probably means that you have there some tag problems. Could be that you have something overlapping there…
Check your .txt file and make sure you have closed all tags and written them properly. If you still can’t get it work, try attaching the file here.
:rock:
system
June 16, 2004, 8:04am
3
this is what is typed in the text file:
textbox=example text loads into the dynamic text box<font color=’#ff0000 ’>this text turns red </font color> but this text disappears for some reason
the text scrolls as well… i don’t know if that would change anything, but yeah…
?? it works in a regular html file. (No disappearing text)
system
June 16, 2004, 8:08am
4
The ending tag is wrong:
<font color="FF0000">text</font>
That ought to fix it
system
June 16, 2004, 8:08am
5
the end tag is </font> not </font color> :whistle:
system
June 16, 2004, 8:42am
6
how do i make that section of text a different color as well as a link?
system
June 16, 2004, 8:49am
7
<font color="#FF0000"> <a href="http://www.yourlink.com" target="_blank">type you text here</a></font>
system
June 16, 2004, 9:38am
9
um, isn’t this in the wrong forum?