Hi, I am bringing into a AS3 flash swf an xml with a list of images then dynamically finding each attribute it has and he value. Now to save coding im just trying to fill a dynamic text box with one of the values, but I need to know how to add line breaks:
This is what I have:
<IMAGE FULL=“1.jpg” THUMB=“thumb.jpg” TITLE=“Title” IURL=“http://www.uk.com” HTMLTXT="PHP: ADVANCED BLA BLA " />
This is what im trying to do:
<IMAGE FULL=“1.jpg” THUMB=“thumb.jpg” TITLE=“Title” IURL=“http://www.uk.com” HTMLTXT=“PHP: ADVANCED<br>BLA BLA<br />” />
Obviously this doesnt work, but what would, all other forums use the <this>BLA BLA<br /></this> format with CDATA etc, but I need it in a value of the HTMLTXT attribute, everything else is working ha.
Any thoughts? or solutions!
David