3D Rotate Flexi
Example
About
This example shows:
- Buttons Tool Tip
If you hover over a button, a tool tip is shown. You can customize both the design of the tool tip and the information displayed (Flash CS3 or above is required). The tool tip is a simple movieClip with a textField. You can change its bgcolor/ border or shape. The copy inside the tooltip can be set in the actions of frame 1.
The actionscript code for the tool tip is provided so you can customize it even further.
To add the tool tip functionality to your current (customized) player, you need to add the "ToolTip" layer from the above example into your .fla, and also copy over the actionscript file (together with directory structure) com/yofla/toolTip/ToolTip.as. Then add the command var myToolTip : ToolTip = new ToolTip(toolTip, rotateToolTheme); into the frame 1 actions, publish the movie and you are set.
Download
You can download this exmaple here: example-tooltip.zip.
Due to security settings of some browsers (like preventing accessing of local file config.xml from within a webpage or launching local JavaScript), please upload the content of this folder to an online location or test on a local server to experience full functionality. This message will hide automatically when online.