Skip to main content
Inspiring
April 13, 2006
Question

multicolumn text layout

  • April 13, 2006
  • 3 replies
  • 323 views
hi:

i have a Flash movie (MX2004) receiving a string containing several
lines (carriage return separated). i need to show the text in 2 columns

i'm guessing the problem has probably been solved before and i don't
need to re-invent the wheel

thanks in advance for any ideas/suggestions

jdoe
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
April 23, 2006
you're welcome.
Inspiring
April 14, 2006
kglad wrote:
> how is the text to be divided into two columns? is the first part of the text
> to be in one column and the 2nd part of the text to be in the 2nd column?

yes, like in a newspaper


> do one or more of these columns need to scroll to accomodate all the text?

no scroll needed
kglad
Community Expert
Community Expert
April 14, 2006
if your textfields have instance names tf1 and tf2 (and are non-html), and your file returning your text is test.txt and it's returning the variable yourvar, you can use:

kglad
Community Expert
Community Expert
April 14, 2006
how is the text to be divided into two columns? is the first part of the text to be in one column and the 2nd part of the text to be in the 2nd column? do one or more of these columns need to scroll to accomodate all the text?