all groups > flash data integration > october 2007 >
You're in the

flash data integration

group:

line break in dynamic textfield


line break in dynamic textfield brian914
10/21/2007 5:50:27 PM
flash data integration:
I have a flash file that has several text fields that get their content from a
xml document. My xml looks like this:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<index_content>

<image no="1">
<imgLink>pages/collection.html</imgLink>
<title>Tree</title>
<text>Tree design on a olive short-sleeve t-shirt.</text>
<corner>men?s & women?s</corner>
</image>

</index_content>


The Flash file imports the xml and puts each child node of image into a
separate dynamic text field that is set to except html. I want to now be able
to give it line breaks. I have tried the following, but none did what I wanted
it to do.

<text><![CDATA[Astronaut design on a brown short-sleeve<br/>t-shirt.]]></text>
<text>Tree design on a olive short-sleeve\nt-shirt.</text>
<text>Tree design on a olive short-sleeve<br />t-shirt.</text>
<text>Tree design on a olive short-sleeve<br>t-shirt.</text>

What am I doing wrong?

Thanks for any help!
Brian
Re: line break in dynamic textfield Sriframes..
10/21/2007 6:41:14 PM
Re: line break in dynamic textfield brian914
10/21/2007 6:47:22 PM
Why not, and what should I use instead? What does this have to do with my issue above?

Thanks!
Re: line break in dynamic textfield Sriframes..
10/22/2007 12:11:59 AM
Re: line break in dynamic textfield xMetal
10/23/2007 8:48:35 PM
Re: line break in dynamic textfield brian914
10/23/2007 10:11:01 PM
I is set to html and I have tried all of the following.
<text><![CDATA[Astronaut design on a brown short-sleeve<br/>t-shirt.]]></text>
<text>Tree design on a olive short-sleeve\nt-shirt.</text>
<text>Tree design on a olive short-sleeve<br />t-shirt.</text>
<text>Tree design on a olive short-sleeve<br>t-shirt.</text>
AddThis Social Bookmark Button