Activate your free membership today | Log-in

Wednesday, May 16th, 2007

Flash Tooltips using jQuery

Category: JavaScript, Library, Examples, Flash

Peter Goodman wanted really rich tooltips, so he decided to experiment with Flash tooltips using jQuery.

jQuery has a Flash plugin that lets you embed Flash movies with code such as:

JAVASCRIPT:
  1.  
  2. $('#hello').flash({
  3.     src: 'hello.swf',
  4.     width: 320,
  5.     height: 240
  6. });
  7.  

It may be a tad overkill, especially for people who have Ad/FlashBlock:

Flash Tooltips

Posted by Dion Almaer at 8:37 am

++---
2.7 rating from 49 votes

4 Comments »

Comments feed TrackBack URI

My first question was why? Then I read the post which explains:-
“Simply put, it was a fun experiment”.
Cool, thats fair enough.

Comment by stu — May 16, 2007

Yes, an interesting experiment - but nothing beyond that. Flash for tooltips; whatever next!

Comment by johno — May 16, 2007

I should agree with johno… More interesting was the second part of this post - JQuery Flash Plugin examples. INHO they are helpful.
Regards

Comment by rovas — May 17, 2007

Doesn’t work in IE7…

Comment by iBram — May 17, 2007

Leave a comment

You must be logged in to post a comment.