Embedded MP3 Attachment Player
This is a simple modification that will embed an "attached" MP3 player so the file can be played inline. It uses a simple flash player from Google. There are many MP3 player mods but none that I could find that would actually play an attached file and in my community this was a the most missed feature since the upgraded to 4.x.
Unzip and then upload the attached audio_player.swf to your server, then modify the path where it says http://www.YOURSITE.com accordingly. Open up postbit_attachment and add this at the very bottom: HTML Code:
<!-- Embed Player --> <vb:if condition="$show['member']"> <embed type="application/x-shockwave-flash" src="http://www.YOURSITE.com/audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" /> </vb:if> <BR /> <vb:if condition="$show['guest']"> <a href="/register.php">Register for free</a> today to download files or play them directly in our embedded media player </vb:if> <!-- /Embed Player --> Download
mp3_player.txt (1.1 KB, 639 downloads) Screenshots |
Similar Mods
Miscellaneous Hacks aMP3 - (mp3 attachment player) | vBulletin 3.6 Add-ons |
New Posting Features Tigur MP3/Media Player Post Integration - Integrate MP3/FLV Player into Post | vBulletin 3.6 Add-ons |