Downloads

The jQuery SWFObject plugin is an addon for jQuery that offers SWFObject's unique functionality of embedding Flash content using the internal jQuery API. It has been tested with jQuery v1.2.6 and up to v1.3.2.

jQuery SWFObject Plugin v1.0.9
Minified Js (2.46 KB)
Uncompressed Js (4.77 KB)
Homepage
jQuery v1.3.2
Minified Js (55.9 KB)
Uncompressed Js (117 KB)
Homepage

Latest Changes

In v1.0.9
· Support for the 10.1 player. Adobe has ever-so-slightly changed the format of the description string, so we have updated and ever-so-slightly changed the version number.
In v1.0.8
· Big improvements to plugin detection. So many little ie bugs for those niche cases have probably been fixed, oh yea!
· Support for id and name. You know, like the old one had.
In v1.0.7
· Completely rewritten with constant input and encouragement from Paul Irish and Ben Alman. Yay for those guys!
· jQuery / Flash interaction is now possible by passing a function like $(elem).flash(function() {});. Dude, that's sweet!
· Plugin tested succesfully in Firefox 3.5.2 / 3.0.12 / 2.0.0.20 / 1.5.0.10 / 1.0.8, Internet Explorer 8, 7, 6, 5.5, Safari 4.0.3 / 3.2.2, Chrome 2, Opera 10 / 9.64. Dang!
· Trimmed .46k. Wee!
In v1.0.6
· Fixed the bug where hasFlashPlayerVersion wasn't working at all. Man! What was I thinking?
· Switched from encode to encodeURIComponent for UTF8 support. Woohoo!
· Added before and after callbacks. Now you can add functions using beforeEach: function() {} and afterEach: function() {}. Soweeeet, I'm gonna call Mom right now!
· Trimmed .49k. Yea! Awesome!