First use <BR/>, sometimes <p> does not work at all...
Second, TextArea component is buggy...
You may need this fix:
http://flashant.org/index.php?m=200412#239

[]s

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sajid Saiyed
Sent: quarta-feira, 16 de novembro de 2005 10:02
To: Flashcoders mailing list
Subject: [Flashcoders] Loading multiple images inside htmlText field

Hi,
I am trying to load Multiple imges inside a dynamic text field.

The images load
BUT
They are all placed one above the other, the vertical space between two 
images is just equal to the a line break.

Can anyone throw light on why this happens?

Is it because the time taken to load the images is more and hence the 
height of the images is not known?

Here is how the html data is stored in the XML:

<data><![CDATA[          <p>I got some of these funny photographs from a 
collegue.</p>
                 <p>Some of them will really make you laugh, but to me, 
some of the concepts are really thought proviking.</p>
                 <p>The specific once I liked are, &#8220;Butter 
Slick&#8221; and &#8220;Umbrella&#8221; 
                 <p>Here they are for you to enjoy!!</p>
                 <p><img alt="japan1.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan1.jpg"; 
width="592" height="315" /></p>
                 <p><img alt="japan2.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan2.jpg"; 
width="296" height="470" /></p>
                 <p><img alt="japan3.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan3.jpg"; 
width="346" height="505" /></p>
                 <p><img alt="japan5.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan5.jpg"; 
width="430" height="443" /></p>
                 <p><img alt="japan6.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan6.jpg"; 
width="500" height="366" /></p>
                 <p><img alt="japan7.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan7.jpg"; 
width="505" height="496" /></p>
                 <p><img alt="japan8.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan8.jpg"; 
width="455" height="469" /></p>
                 <p><img alt="japan9.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan9.jpg"; 
width="342" height="468" /></p>
                 <p><img alt="japan10.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan10.jpg"; 
width="550" height="432" /></p>
                 <p><img alt="japan12.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan12.jpg"; 
width="301" height="450" /></p>
                 <p><img alt="japan13.jpg" 
src="http://www.ssdesigninteractive.com/blog/archives/japan13.jpg"; 
width="503" height="293" /></p>
]]></data>

Any clue?

Sajid
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to