Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for jQuery Tools / Flashembed


jQuery Tools / Flashembed 1.2.0

Smaller and simpler.

Another jQuery Tool with significant size reduction in version 1.2.0. The new Flashembed has 24% less source code resulting in a 1.10 Kb file size when minified and gzipped. This crazy size is one third of the closest competition. Of course the source code is easier to understand and contains no hacks. As do all Tools in the library it passes Douglas Crockford's JavaScript verifier.

See what's new in jQuery Tools 1.2.0

jQuery Tools / Flashembed 1.0.3

  • the file is now renamed from flashembed to tools.flashembed. however this tool is not part of the official jQuery Tools library but can be bundled inside a custom tool combination
  • does not support all common tool features. only api configuration variable support was added.
  • fixed a bug where a link to Flash download page was not working when the container element was also a link (anchor tag). this only occurred for users with IE and without any Flash installation.

jQuery + Adobe Flash integration plugin 1.0.1

A tool that you use to embed Flash objects on your pages. There are other tools for embedding flash objects but none of them offers the same flexibility and ease of use as this one.

This release fixed a bug on IE when embedding is done inside an anchor tag and an unsupported Flash version was detected. It seems that IE will throw a JavaScript error when additional A tag is placed inside existing A tag by scripting.

jQuery + Adobe Flash integration plugin 1.0.0

flashembed can now be used to embed all kinds of Flash objects and some problems encountered on the previous release has been resolved.

A large collection of flashembed demos showing you the flexibility of this tool. demos include: basics, jquery usage, handling old versions, layering HTML on top of Flash.

flashembed generates standards based OBJECT tag and EMBED tag is now history. more information

jQuery + Adobe Flash integration plugin 0.3.1

  • flashembed() can insert flash into page even thougt DOM has not been loaded yet. it incorporates an internal DOM checking utility. this way nested OBJECT's API is not returned and so it's designed to be used in simple embedding.
  • Fixed a bug on Safari when no flashvars was given.
  • Fixed a bug on IE where an id is required for object tag in order to access it's public API.
  • Lazy Loading was totally removed from this release - it is no longer marked as deprecated.

jQuery + Adobe Flash integration plugin 0.2.9

New features in this release

  • source code now passes JSLint: http://www.jslint.com
  • updated documentation. it should be now (even) more readable
  • packed, minified and gzipped versions are now available
  • second argument can be passed as string when it is itepreted as "src" option. this makes the tool more readable
  • lazy loading was removed because it should be implemetned outside this tool for making more modularized code

jQuery + Adobe Flash integration plugin 0.2.8

Fixes a minor bug that occurred with Flash 10 beta.

jQuery + Adobe Flash integration plugin 0.27

Added new flexible API access. After you have placed your Flash object to the page you'll instantly have the handle to the Flash object's programming interface (API) if such is profided.

jQuery + Adobe Flash integration plugin 0.26

Fixed a bug that occurred in IE 7 / XP.

jQuery + Adobe Flash integration plugin 0.2.5

Includes following new features.

  • Lazy loading - so that your flash objects won't be loaded until certain event, usually click event
  • jQuery dependency is removed because this project is used in many different settings. of course jQuery is still strongly supported due to it's excellent selector syntax
  • Alternate content via custom function

This plugin has been tested on ie6/7, firefox, opera and safari (windows, mac) and no bugs have yet found.

Full documentation can be found from

http://www.flowplayer.org/player/flash-embed.html

jquery.flashembed.js 0.1.0

Packed version

jquery.flashembed.js 0.1.0

Initial release. A plugin for placing Flash objects on your page.