Flash ToolTip 2007 Pro is a professional component that allows you to easily add a descriptive window that appears when the user moves their mouse over Flash buttons or movie clips.
The Flash ToolTip 2007 Pro can contain text, symbols, images or swfs and also includes 3 built-in opening and closing effects that and many appearance properties that allows you to create a ToolTip that can adjust as much as possible to your desires.
Flash ToolTip 2007 Pro can be fully customized.
Display tooltip between roll over and roll out
(2008-05-14 - views: 5201)
Q: Can the tooltip be displayed on a mouse action, at a specified location and closed on another mouse action ?
A: In this case, you should use the openHint() method and not the hint() method to open the tool tip at a specified position, exactly when you want. To close the hint by code you need to use an undocumented method, called closeHint().
Files:
FTTP_OpenClose.zip
User Comments
Display SWF
posted by bobski on 2008-07-21
Hi, can you provide a examples how to show swf files instead of images. Thanks in advance.
Display SWF
posted by negush on 2008-07-22
Could you be a little more specific ?
You could load .swf files with our LoaderProV3 component, not only images.
q
posted by bobski on 2008-07-23
Flash ToolTip 2007 can work with Loader? i mean when you use flashtooltip to show swf external animation, when you are over target object. And i have other question. Can it show other characters line nonlatin - cyryllic, cheenese and etc.
q
posted by negush on 2008-07-24
If you know the objects in the .swf file that you would like to have the hint, you can associate the ToolTip component to those objects. You can access the contents of the .swf file from the LoaderProV3 component by using the content property (loaderInstance.content).