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.

player


jQuery Youtube Player

A chromeless youtube video player, with customizable toolbar and playlist. The plugin has a large public API and many callback events, making it easy to change/extend to your liking.

Demos:

Please view the Examples or the Project page for more examples, documentation, issue tracker and downloads.

! jQuery TubePlayer Plugin

Integrate and get complete access to the Embedded YouTube Player on your site now! This plugin is essentially a jQuery wrapper for the YouTube Player API.

jQuery("#player").tubeplayer({
        width: 425,
        height: 355,
        allowFullScreen: "true",
        initialVideo: "DkoeNLuMbcI",
        playerID: "youtube-player",
        preferredQuality: "default",
        onPlay: function(id){},
        onPause: function(){},
        onStop: function(){},
        onSeek: function(time){},
        onMute: function(){},
        onUnMute: function(){},
        onPlayerUnstarted: function(){},
        onPlayerEnded: function(){},
        onPlayerPlaying: function(){},
        onPlayerPaused: function(){},
        onPlayerBuffering: function(){},
        onPlayerCued: function(){},
        onErrorNotFound: function(){},
        onErrorNotEmbeddable: function(){}
});

The events bound with this plugin are ...

JW Player jQuery plugin

jQuery plugin for creating and controlling a JW Player Flash object within the page for playing video and audio.

jQuery('#container').jwPlayer();

Swagg Player

Swagg Player is an embeddable music player built using javascript. The sound API (soundManager) is a javascript API which uses Flash Action Script under the hood. Swagg Player is easily configurable using an XML file which holds information about the songs. Swagg Player also uses album art. When the user skips to the next or previous song, there is a nifty transition animation. Future versions of Swagg Player will allow for even easier customization, HTML5 audio driven, playlist capabilities, the option for no album art. There are a lot of music players out there and they work well. Swagg Player is a minimalist music player - bringing functionality without too many bells and whistles.

The first thing you're going to want to do is import all dependencies followed by the jquery-swaggplayer.js

OIPlayer - HTML5 audio and video player with fallback to Java and Flash

OIPlayer inits and controls the video- or audioplayer made by modern browsers with the html5 video- or audiotag. It was developed for the Open Images Platform.
It features a fallback mechanism and enables the use of three players in a generic way. It sifts through the sources inside the media tag to find a suitable player, replaces the mediatag with itself and enables some generic controls. Is supports the html5 media-tag itself, the Java applet Cortado for the ogg media format (ogv, oga) for browsers that have Java but don't support the html5 media-tags and a Flash player, in this case FlowPlayer for (mp4, h.264, flv).
This script borrows heavily from the rather brilliant one used at Steal This Footage which enables a multitude of players (but defies MSIE ;-) http://footage.stealthisfilm.com/

$(document).ready(function() {
    $('body').oiplayer();   // on all video and audio tags in body
});

JH - YouTube Player

English:

Plugin for JQuery and JQuery UI to create custom player on YouTube.

Português:

Plugin em JQuery e JQuery UI para criar player personalizado do YouTube.

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!

Event Recorder / Playback

Record and playback DOM events to create interactive tours or demonstrations. Generates a fake cursor and plays back with large amounts of precision. Also has the ability to import / export sessions. Check out the homepage for downloads and latest info.

JStreamPlug

This jQuery plugin will help you add StreamPlug player on your web contents.

StreamPlug is a media player for the web : It decodes mpeg4 video streams such as h264, and vorbis audio from a remote file hosted on a simple http server.

After you called the plugin, a single jquery call is enough to display the player and launch the media in a second.
Note: this jquery plugin is still in early stages of dev, more functionalities will be added in future releases.

Download Plugin:jQuery.JStreamPlug.js

Sample code:

<html>
<head>
<script type=’text/javascript’ src=’jquery.js’></script>
<script type=’text/javascript’ src=’jquery.JStreamPlug.js’></script>
</head>
<body>
<div class=”player”></div>
<script>
$(’div.player’).StreamPlug(’http://server/file.ogm’,720,400,’lite’);
</script>
</body>
</html>

SoundCloud Javascript Player

A simple, extensible audio player built on the SoundCloud API and SoundManager 2.