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:
-
-
$(’#hello’).flash({
-
src: ‘hello.swf’,
-
width: 320,
-
height: 240
-
});
-
It may be a tad overkill, especially for people who have Ad/FlashBlock:
Source: Ajaxian
Original Article: http://ajaxian.com/archives/flash-tooltips-using-jquery
