xml: force linebreak?
- Started
- Last post
- 8 Responses
- smartK
I have an xml document which is loaded into flash . . . is there a way to achieve a linebreak or do I have to make a seperate node for every line?
- smokie0
you mean a line break in action script? isnt it /n
:)¬
- smartK0
nope I'm talking about a linebreak in the textfield where the xml data is displayed
- smokie0
ok, what are you using to display it? ...how is it being displayed?
- smartK0
the first frame of the movie loads the xml data and stores it in a variable, later on this variable is displayed by a text-field ...
I hope this is the information you are after ... ?
thx
- smokie0
dam if this was ASP i'd be able to help.... but you lost me dude!
:)¬
- miguelhahn0
jus make the text-field html and use , anyway in a standard text-field /n should work
- ilkka0
use <br> and print the text in a html enabled text field.
- ilkka0
"& lt; br & gt;" written together that is. in other words, encode the square brackets.