Dewplayer Classic BBCode

Music BBCode Database
BBCodes for embedding Music players
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Dewplayer Classic BBCode

Post by BBCode Bot »

Dewplayer Classic BBCode

Author: Stoker
Description: The Dewplayer Classic BBCode makes it possible to insert a MP3 player that shows time played and time left.
Attachment:
dewplayer.swf.zip
(4.83 KiB) Downloaded 968 times
Download the attachment, unzip and upload to forum root.

BBCode:

Code: Select all

[dewmp3]{URL}[/dewmp3]
HTML:

Code: Select all

<object type="application/x-shockwave-flash" data="dewplayer.swf?mp3={URL}&showtime=1" width="200" height="20"><param name="wmode" value="transparent" /><param name="movie" value="dewplayer.swf?mp3={URL}&showtime=1" /></object>
Helpline:

Code: Select all

DEWMP3 Player: [dewmp3]Link to MP3[/dewmp3]
Example:

Code: Select all

[dewmp3]http://music.incompetech.com/royalty-free/Smooth%20Move.mp3[/dewmp3]
Demo:
[dewmp3]http://music.incompetech.com/royalty-fr ... 20Move.mp3[/dewmp3]

Autostart version:
No demo available. Just use this HTML instead:

Code: Select all

<object type="application/x-shockwave-flash" data="dewplayer.swf?mp3={URL}&autostart=1" width="200" height="20"><param name="wmode" value="transparent" /><param name="movie" value="dewplayer.swf?mp3={URL}&autostart=1" /></object>
Locked