PDA

View Full Version : BB Code Enhancements - Embed MP3 in post using flash player


wolfe
06-16-2014, 10:00 PM
Updated for vB 4.x.x

This takes about 2 minutes to prepare and get working.

Follow these steps

1. Upzip the files and upload to server.

2. Add new BB code with the following information

Title: Flash MP3 Player

Tag: mp3

Replacement:

<script type="text/javascript" src="clientscript/audio/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="clientscript/audio/player.swf" id="audioplayer4" height="24" width="290">
<param name="movie" value="clientscript/audio/player.swf">
<param name="FlashVars" value="playerID=4&soundFile={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>

Example: http://www.hd-trailers.org/song.mp3 *"http://" must be added for this to work properly.

Use Option: No

Button Image: See attachment

How to use: Simply find a link to an mp3 file and wrap the tags around it! That's it!

Max Taxable
06-17-2014, 09:49 PM
I've had this exact thing for about four years. Got it from here at vBorg:

https://vborg.vbsupport.ru/showthread.php?t=199440

RichieBoy67
06-17-2014, 10:18 PM
I've had this exact thing for about four years. Got it from here at vBorg:

https://vborg.vbsupport.ru/showthread.php?t=199440

I used to have that same thing installed on another off topic forum I used to own years ago. Pretty cool.

Nirjonadda
06-18-2014, 03:46 PM
Does it Support https:// URL ?