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
system
August 5, 2003, 1:36am
2
is ur txt properties set to ‘multiline’?
system
August 5, 2003, 2:45am
3
Post your FLA and your txt files so we can have a look at it!
system
August 5, 2003, 2:57am
4
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.
system
August 5, 2003, 5:18am
5
Also, you should URL encode special characters (such as the ampersand (&)).
URL Encoding: Reading special characters from a text file [SIZE=1]<-- LINK[/SIZE]
system
August 5, 2003, 9:29pm
6
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 ?
system
August 5, 2003, 9:38pm
7
*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:
system
August 5, 2003, 11:53pm
8
thx its working now… :ub: