Set css style for tooltip
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Style>
@namespace mx "http://www.adobe.com/2006/mxml";
mx|ToolTip {
fontFamily: "_typewriter";
backgroundColor: #FFFFFF;
}
</mx:Style>
</mx:Application>
Related examples in the same category