I am using external text files to load in flash. Some of them require columns (no border). ex: column1 column 2 column3. But it doesn’t work just using the spacebar.
Thing is I don’t know how to use the html script on the text file to make it right.
Thanks 
Is each column going to wrap within itself as it normally would with columns?
If so, simply provide one column, then some delimiter such as “-----------” or two consecutive new line characters, and have Flash parse that and put it into the next text-field column.
Yes it does. i am not sure I understood the explanation though
sorry.
Have your content like this…
This is in the first column
Lipsum… first column
first column, more content
la… la… la…
second column
more content
and one last line
third column
one more line
and a last one
And you’ll explode it by that line, “-------------”, and then put the var[0] into first column… var[1] in the second, and so on…