Flash components Flash files Mouse Controlled

Flexible Tooltip 01

$5.00
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON- COMMERCIAL PROJECT - details
ID: 1143 | Views: 1084 | Downloads: 6
Or

moreFLASHTORY
Uploaded By: FLASHTORY Author
A simple yet powerful and flexible tooltip from Flashtory.com

You can easily embed and customize this tooltip into your project. You can choose to customize the tooltip when using it or you can go into the code and alter the variables. Everything is well commented and a video tutorial will be delivered with the package.

When using the tooltip or when going into the source code you will be able to customize the following:


- for setting up the tooltip:
setCustomVars({ Text:"Tooltip Left Alligned",
font:"my_font1",
color:"0x404040",
size:"11",

strokeColor:"0x414141",
strokeAlpha:100,
strokeWidth:1,

backgroundColor:"0xffffff",
backgroundAlpha:100,
backgroundRadius:4,

addShadow:"true",
shadowAngleInDegrees:45,
shadowDistance:1,
shadowColor:"0x000000",
shadowAlpha:"0.25",
shadowBlurX:"6",
shadowBlurY:"6",
shadowStrength:"3",
shadowQuality:"3",

tipOrientationY:"bottom", // available options -> top, bottom
tipOrientationX:"left", // available options -> left / center / right
tipWidth:16,
tipHeight:4,
tipInclination:-8,

XDistanceFromCursor:-14,
YDistanceFromCursor:30
});

- for showing the tooltip

show({ animationTime:0.3,
animationType:"linear"
});

- for hiding the tooltip

hide({ animationTime:0.3,
animationType:"linear"
});


Enjoy this wonderful release from Flashtory.com


ASK Ask a question & Live a coment (Public)
morecoderanger
coderanger said
Posted on 2009 Apr 27
Am I able to add dynamic content with multi-lines and images?
Also I want to ensure that the tooltip doesnt get truncated off-screen if the content is too big , will this component prevent that by repositioning and if necessary, wrapping the content?


more

Do you have any comment or questions about FLASHTORY file?


Please register & login before you post!