Ok here is the Question to me, How to display html text for the title text of the Panel ?.
Solution:
var tfTitle:IUITextField=panel.mx_internal::getTitleTextField();
tfTitle.htmlText=”This is <B><FONT COLOR=’#FF0000′>Panel Title</FONT></B>”;
Here panel is the id of the Panel Control used. Enjoy the post.
