Problem with external file

Hi pros of flash :thumb:

ok, heres my prob… I got a textbox with a external file with html… this is working fine ! the problem is, that the textbox (with a scroller) shows only the 1/2 of the whole text… is there a max of characters to put in my .txt file ? is there something to put it longer… if u guys dont understand my question, ill upload what i did and show u…

thx

:link:

is ur txt properties set to ‘multiline’?

Post your FLA and your txt files so we can have a look at it!

Probably you are using some html tags the wrong way. If flash doesnt recognize the html tag on the txt file, all the text after that tag is ignored.

Also, you should URL encode special characters (such as the ampersand (&)).

URL Encoding: Reading special characters from a text file [SIZE=1]<-- LINK[/SIZE]

thx for those reply… is here the link, i uploaded files on my server…

http://levisuel.mespagesx.com/test.html

It’s the page (Célébrités) celebrities in english…hehe

here is my txt file

http://levisuel.mespagesx.com/celeb.txt

see. it’s stops at letter M… there is text till T…

It’s my first flash site… is it good ?

*Originally posted by kax *
**Also, you should URL encode special characters (such as the ampersand (&)).

URL Encoding: Reading special characters from a text file [SIZE=1]<– LINK[/SIZE] **

There’s an ampersand here: Mia & Chyler. :sigh:

thx its working now… :ub:

… No problem.