Search  

ANIMATED TOOLTIP WITH HTML FORMATTING

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesAnimated tooltip with HTML formatting

A very nice and easy way of giving your visitors a quick explanation of a button.

It has an alpha animation (which you can also turn off). You can also apply html formatting like text .

Very easy customizable.

Posted about 1 year ago

Works like charm! Very nice work.

Posted about 1 year ago

Just purchased this and get the “Unexpected File Format” message when trying to open it in MX 2004 . Any ideas?

Posted about 1 year ago

Ehm it should work. You should find someone who can open it in flash 8 and have them save it to flashmx. I can’t because im running cs3

Posted about 1 year ago

Is there any way to have it not go off the page? for example the last one on the right, the tooltip goes off the page.. if this cant be done, what about making 2 versions: one to the left of the mouse, one to the right.. and choosing which to use for certain buttons?

thanks.

Posted about 1 year ago

Sure, no problem. Put the following after line 36 of the ActionScript:

if(tooltip._x+tooltip._width > Stage.width){
tooltip._x = Stage.width - tooltip._width;
}
Posted about 1 year ago

wow, thank you so much for the quick response! worked PERFECTLY :)

Posted about 1 year ago

I also added this to make the ones near the bottom not go off the bottom of the page (for anyone else that needs this):

add this after the code jurgenv posted:
if (tooltip._y+tooltip._height>Stage.height) {
tooltip._y = Stage.height-tooltip._height;
}
Posted about 1 year ago

Good stuff. Very customizable!

Posted 10 months ago

Is it possible to use your tooltip over a simple image and not a button? I mean i would like to use this with my vbulletin. I want to show userinfos by scrolling over a member photo.

Posted 8 months ago

Note to (potential) buyers: Due to my absence I have not been able to answer a lot of questions on my files. I will not get back to any questions asked earlier, but I will answer those asked from now on. So please, if you still have the same question, repost it here.

Regards,

Jürgenv

Posted 4 months ago