Hi Tung, you can use the trick mentioned here
http://www.flex-flex.net/blog/article.asp?id=18 to display html formatted strings as toolTips. -Sreenivas --- In [email protected], "tungchau81" <[EMAIL PROTECTED]> wrote: > > Hi, > I wrote my own custom dataTipFunction that return an HTML formatted > text, but it does not work. Please help! > > private function myDataTip(data:Object):String { > return "<B>Tung Chau</B>"; > } > > The result I saw was a raw "<B>Tung Chau</B>" instead of the bold text > format I want. > > Please help. > Tung Chau >

