Author: Stoker
Description: The Dewplayer Classic BBCode makes it possible to insert a MP3 player that shows time played and time left.
Attachment: Download the attachment, unzip and upload to forum root.
BBCode:
Code: Select all
[dewmp3]{URL}[/dewmp3]
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>
Code: Select all
DEWMP3 Player: [dewmp3]Link to MP3[/dewmp3]
Code: Select all
[dewmp3]http://music.incompetech.com/royalty-free/Smooth%20Move.mp3[/dewmp3]
[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>