Search Flex Components Free

Custom Search

December 27, 2007

Flex Miscellaneous Tooltips Source Code Example:

Creat a New mxml file:

tooltipdemo .mxml

<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundAlpha="0">

<mx:Label text="Mouse over this label to see a tool tip" toolTip="This is a tool tip"/>

</mx:Application>

Related Flex Tutorials