Flash Tooltips using jQuery

Written by on May 16th, 2007 in Ajax News.

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

Source: Ajaxian
Original Article: http://ajaxian.com/archives/flash-tooltips-using-jquery

Leave a Reply

You must be logged in to post a comment.



Site Navigation