Need help - Dynamically loaded text

How can i make preloader for text which is have to be loaded from TXT, and how can i make hyperlinks in this TXT?

Next time try searching, you’ll be amazed as too how many of these questions were asked before.

Take your pick.

http://www.kirupaforum.com/forums/search.php?s=&action=showresults&searchid=97415&sortby=&sortorder=

thanks for the great guide, but i have a problem. I’m using thi command :

scroller.htmlText = loadtext.text1;

to load my text,

however when i keyed in:

text= <font color =“red”>Hello</font> There!

in my .txt file, the red color scheme doesn’t show up under the dynamic text field for “Hello” or is there ways to get around this making a text field multi-colored enabled?

You have to use html tags in the txt file to change font color.

that’s exactly what i did. sorry the previous post shd be something like this :

text= [font color=“red”]Hello[/font] There!

[] for <> in my flash case.

But the problem was that the text wasn’t displayed in red.

Try dis:

<font color='#FFFFFF'>Your text here</font>

:slight_smile:

goodness it works! thanks again!

No problem
:slight_smile:

And what about preloader for this text? And why does this KIRUPA tutorial with dynamically loaded text not working under the mask?

You want to preload the dynamically loaded text?

yes, becoz i dont know how long does it takes to preload on diul-up for example…
Or do u think that there is no need in preloader?

I dun think its necessary

Ok but someone PLZ tell me why does this form (From Kirupa tutroial - Dynamically loaded text) not working under mask, i want to create some kind of sliding in, but I cant…

You can’t mask dynamic text unless you embed the font.

What do you meen with embedding fonts?

I strongly suggest u to read this
http://www.macromedia.com/support/flash/ts/documents/flashfonts.htm

:slight_smile:

If that link by claudio doesn’t help then run a search in this section for “embed font” and you’ll see that it’s been asked about many times.