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.

mp3


Media Element Player <video/audio src="easy.mp4" />

An HTML5 <video> and <audio> player with HTML/CSS controls. Depending on the media format you choose and what the browser supports, MediaElement will replace the <video> or <audio> tag with a Silverlight or Flash object that mimics the HTML5 media element allowing you to have a consistent experience and UI across all platforms. Works on IE, Firefox, Opera, Chrome, Safari, iPhone, iPad, and Andriod.

(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

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

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!

jQuery Playable (SoundManager2)

Use SoundManager2 http://www.schillmania.com/projects/soundmanager2/doc/ with jQuery.
There is a basic button UI and a simple UI with loading/playing status bars and timing, but you can extend the plugin to build you own player UI using the beauty and power of jQuery !

Visit http://github.com/adriengibrat/jQuery-SoundManager/ to get the latest version.

Thanks Trevor ;)

SoundCloud Javascript Player

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

jQuery Sound

This is a simple sound player, it uses flash to play the sounds, but DOES NOT provide a flash interface for any controls, everything is controlled via jQuery

$("#sound").sound({swf: url});
$("#sound").load(url);
$("#sound").play();
$("#sound").pause();
$("#sound").stop();
$("#sound").volume(0-100);