PHP text formatting in Flash

Hiya. There’s probably an easy answer to this, but i ain’t found it yet…

I want a php file that holds some text, eg:

echo “[COLOR=“RoyalBlue”]This is the example text. <b>This is the bit in bold.</b>[/COLOR]”;

I need my flash movie to read take this text and display it. My problem seems to be that the flash cuts off any text with any formatting applied in php. eg:

[COLOR=“RoyalBlue”]This is the example text.[/COLOR]

The part in bold is completely ignored…

Any idea’s how i can get the php text formatting to be passed in to the swf properly?

Also, the text field is set to display htmlText.

I’ll keep browsing…

Thanks!

Auz