Hi List,

I load my text from a mySQL database using AMFPHP.
In Flash I have a:
 var tf:TextField = new TextField();
 tf.htmlText = data[0][0]; 
 trace("typeof = "+typeof(aData[0][0])); //returns string
 addChild(tf);

Everything shows.
But when I use HTML in my text in the database, these show correctly:

<I>Italic</I>
<B>Bold</B>
<U>Underline</U>

But the below do not work:

<BR>
<BR />
<P>Paragraaf</P>

Any ideas??

Kind regards
Cor van Dooren

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to