JQueryMedia

jQuery Media Plugin for converting elements into rich media content.

Supported Media Players:

Supported Media Formats:
Any types supported by the above players, such as:

Usage

To enable the media plugin surround (a set of) links to the media with a jqMedia div element. All links inside will be processed and an according player will be embeded.

Examples

%JQREQUIRE{"media"}%

<div class="jqMedia">
http://....flv
</div>

Embeding a youtube video:

<div class="jqMedia {type:'swf'}">
http://youtube.com/v/TyvN59L4hJU
</div>