My favorites | Sign in
Logo
                
Search
for
Updated Dec 04, 2008 by elo...@gmail.com
Labels: Habari, Plugin
JWMediaPlayer  
Use simple syntax to insert multimedia files with a Flash player.

Introduction

Use simple syntax to insert multimedia files with a Flash player.

Installation

  1. Extract the file.
  2. Put the folder jwmediaplayer to /user/plugins and activate it.

Usage

  1. Insert music: [mp3:url]
  2. [mp3:http://example.com/audio.mp3]
    [mp4:http://example.com/audio.mp4]
    [m4a:http://example.com/audio.m4a]
    [aac:http://example.com/audio.aac]
  3. Insert FLV video or Flash media: [swf:url width height]
  4. [swf:http://example.com/video.swf 500 375]
    [flv:http://example.com/video.flv 500 375]
    [mp4:http://example.com/video.mp4 500 375]
    [m4v:http://example.com/video.m4v 500 375]
  5. Insert FLV video with an image thumbnail: [swf:url thumbnail width height]
  6. [swf:http://example.com/video.swf http://example.com/screenshot.jpg 500 375]
    [flv:http://example.com/video.flv http://example.com/screenshot.jpg 500 375]
    [mp4:http://example.com/video.mp4 http://example.com/screenshot.jpg 500 375]
    [m4v:http://example.com/video.m4v http://example.com/screenshot.jpg 500 375]
  7. It is not necessary to use the corresponding file extension. For example, if you have a FLV video file named hello-world.txt, you can always use [flv:http://example.com/hello-world.txt 500 375] to insert it.

Download

Atom Threading Extensions (Latest release)

Changelog

  • 0.1 (2008-09-01) – Initial release.

Sign in to add a comment
Hosted by Google Code