Mega Code Archive

 
Categories / Flex / Components
 

A toolTip is a little pop-up message that displays when you hover your mouse over a component for a moment

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:Button toolTip="Click Me!" /> </mx:Application>