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.

embed


JFE jQuery Flash Embed Plugin

Overview

JFE is the easyiest way to embed Flash objects in our html pages, using alternate contents or upgrade messages of the Flash plugin, if needed. The plugin add dynamic control of the flash object via jquery with javascript calls or special fquery calls.

Features

  • Easy and fast embedding
  • Alternate content for missing or obsolete Flash plugin version
  • Support for iPad, iPhone & iPod Touch
  • Dynamic upgrade messages
  • Manual activation option
  • Automatic connection with ExternalInterface for Javascript and Actionscript communication
  • Cross platform and Cross browser compatibility
  • Again JFE has the new fQuery framework in alpha stage (soon available for download in .swc format) for a more advanced control of the internal Flash instances

(mb)mediaEmbedder, the easiest way to embed your media

Do you want to show a movie from youtube, vimeo, flickr, livestream, ustream?
Or you want to have your audiopodcast (mp3 file) on your web page?
Nothing easier with mb.mediaEmbedder!

see the demo: http://pupunzi.com/#mb.components/mb.mediaEmbedder/mediaEmbedder.html

Floaty - Youtube Float embeder

Floaty

ver 1.0
Jan 2010

Just put the youtube videos links.

Features:

  • Display the thumbnail of video in 3 versions
  • Display the thumbnail of video in 2 size | Small and Big
  • Embed the videos in the Float box
  • Player close button
  • Customizable size and color of video player

jlEmbed - A jQuery Plugin For Embedding Media

jlEmbed makes it easier to add embedded media players to your webpage. With support for Adobe Flash, Quicktime, Real Player, Silverlight, Windows Media Player, and YouTube, you will no longer have to hard-code HTML for your music or videos.

jlEmbed supports SWFObject, YouTube's Chromeless Video Player, and a full array of YouTube Javascript API functions.

There is also a built-in, customizable, MP3, SWF, FLV, YouTube audio player.

Additionally, you will not receive HTML validation errors from your Flash or other embedded media! jlEmbed helps keep your webpage validating properly while using embedded media players!

jlEmbed also includes basic plugin detection which kindly links visitors to the appropriate plugin download page when a required plugin is not detected.

Get the free plugin source from my website by following the "Try out a demonstration" link on this page. Embedding music or video on your webpage is a snap with jlEmbed!

vid, a jQuery plugin for loading video players from your favourite video sites

vid is a small and simple jQuery plugin that you can use to load in video players from your favourite video sites.

How to use:
Here's some example code:

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
        <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script>
        <script type="text/javascript" src="http://github.com/ahmednuaman/vid/raw/master/jquery.vid.js"></script>
    </head>
    <body>
        <div id="flash" style="width: 500px; height: 400px;"></div>
        <script type="text/javascript">
        <!--
            $(document).ready( function()
            {
                var api = $( '#flash' ).vid({
                    type    : 'youtube',
                    videoId : 'R7yfISlGLNU'
                });
            });
        -->
        </script>
    </body>
</html>

It's that simple!

jquery.flash

jquery.flash is a very lightweight jquery plugin that allows you to easily embed all sorts of flash content in a cross-browser compatible way without requiring a bulky dedicated library like swfobject. Weighing in at just 1.91 KB it is MUCH smaller than swfobject and offers all the same functionality. All you need to do is run flash() on a jquery object and optionally pass in some settings.

These are the default settings, but you can change them to whatever you want and even add attributes or parameters that aren't present using the availattrs and availparams arrays. When src is left out, jquery.flash will use the href value of the current element to replace as the path to the swf file. ID, class and dimensions are also inherited when left blank.

// All settings are entirely optional.
$(this).flash({
id: $(this).attr('id')
, class: $(this).attr('class')
, width: $(this).attr('width')

TTFGen - Use Custom TrueType Fonts on your Website

TrueType Font Generator, or TTFGen, is a combination of PHP and jQuery which automatically generates static text images based on your own set of parameters.

How Does it Work?

A small jQuery script is used to call the PHP image renderer, which uses the TTF file to generate the image.

SWFObject

What is the jQuery SWFObject plugin?

The jQuery SWFObject plugin is an addon for jQuery that offers SWFObject's unique functionality of embedding Flash content using the internal jQuery API. The latest version, 1.0.9, is based on the latest SWFObject version 2.2 with permission.

And what is SWFObject?

SWFObject is an easy-to-use and standards-friendly method to embed Flash content reliably within all major browsers.

And what is jQuery?

jQuery is a small but power-packed bundle of javascript functions that make writing javascript quick and simple. Selecting elements on your page is like using CSS, learning and using functions requires minimal fuss, and the learning curve is sometimes described as "zero".

jQuery Tools / Flashembed

The future of Flash embedding

This plugin is now hosted under the jQuery Tools UI library..

Flashembed is a JavaScript tool that you can use to embed Flash objects to you website. There are other tools for embedding flash objects but none of them offers the same flexibility and ease of use as this one. Here are the highlights:

Sifr

What is the jQuery sIFR Plugin?

The jQuery sIFR Plugin is an addon for jQuery that makes it easy to replace text in a web page with flash text (sIFR).

What does it do?

It gives you a function in javascript to replace text in a web page dynamically with sIFR (Scalable Inman Flash Replacement) text, using native jQuery functionality along with the jQuery Flash Plugin.