The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
BB Code MP3 Player (postion bar, volume control, play, pause, id3...), New: Popup Details »» | |||||||||||||||||||||||||||||||
BB Code MP3 Player (postion bar, volume control, play, pause, id3...), New: Popup
Developer Last Online: Nov 2023
DEMO: http://hake-clan.de/forum/showthread...s-zum-abwinken
POPUP DEMO: http://hake-clan.de/forum/showthread...l=1#post195668 Standalone Player with automatic playlist based on MP3 files in a folder: Here Just adds an easy to use post bb mp3 player to your vb4. Installation Upload all the files and folders from the zip package to your forum root folder. Go to your admin cp and add a bb custom code. Title: Mp3 Player BB Code Tag Name: MP3 Replacement: Code:
<object type="application/x-shockwave-flash" data="/misc/audio-player/player.swf" id="audioplayer" height="24" width="290"> <param name="movie" value="/misc/audio-player/player.swf"> <param name="FlashVars" value="playerID=audioplayer&soundFile={param}"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object> Example Code:
http://www.url.com/track.mp3 Use {option}: No Button Image: Code:
images/editor/mp3_bb.png Disable BB Code Within This BB Code: Yes Disable Smilies Within This BB Code: Yes Disable Word Wrapping Within This BB Code: Yes Hit "Save" and you are ready to go! Additional Notes: The wordpress player is developed by Martin Laine (http://wpaudioplayer.com). You can add several options to the player. For a complete list please visit: http://wpaudioplayer.com/standalone. For adding an option you have to edit the: <param name="FlashVars" value="playerID=audioplayer&soundFile={param}" > line. Example: <param name="FlashVars" value="option1=setting1&option2=setting2&playerID=audioplayer&soundFile={param}"> *************** Popup Version: https://vborg.vbsupport.ru/showpost....05&postcount=5 *************** Troubleshooting:
Download Now
Show Your Support
|
Comments |
#2
|
||||
|
||||
Nice, but where can I actually find MP3 songs on the web? Haha
|
#3
|
||||
|
||||
Great work mate, and TOP tune on your demo !!!!!
Tagged |
#4
|
||||
|
||||
DEMO: http://hake-clan.de/forum/showthread...l=1#post195668
I did a popup version of this one now. So user can open the song and go on surfing while listening to the mp3. Installtion: (i will only list the diffrence to the post in line version) In the package there are now much more files. Feel free to edit the player.php Gfx for your style and forum. Upload all files to your forum root. Title: MP3 Popup BB Code Tag: mp3p (just if you want to use both versions of the player, otherwise you can choose mp3) Replacement: Code:
<a href="#" onClick="window.open('/misc/audio-player/player.php?mp3={param}','Player','width=300,height=140,scrollbars=no,location=no,resizable=no,left=50,top=50'); return false";><img src="/images/editor/playicon.png" width="81" height="24" border="0"></a> Code:
[mp3p]http://url.de/track.mp3[/mp3p] Button Image: Code:
images/editor/mp3p_bb.png |
#5
|
||||
|
||||
Quote:
I got a 404 for http://www.alra7ba.net/vb/misc/audio-player/player.swf |
#6
|
||||
|
||||
Ok,
pls try to adjust: Code:
<object type="application/x-shockwave-flash" data="/misc/audio-player/player.swf" id="audioplayer" height="24" width="290"> <param name="movie" value="/misc/audio-player/player.swf"> <param name="FlashVars" value="playerID=audioplayer&soundFile={param}"> Code:
<object type="application/x-shockwave-flash" data="http://www.alra7ba.net/vb/images/misc/audio-player/player.swf" id="audioplayer" height="24" width="290"> <param name="movie" value="http://www.alra7ba.net/vb/images/misc/audio-player/player.swf"> <param name="FlashVars" value="playerID=audioplayer&soundFile={param}"> |
#7
|
||||
|
||||
now it is ok
thank you very match man |
#8
|
||||
|
||||
Np,
but i dont understand that you can see the white background of the player, when it is small. Could you pls try: Code:
<param name="FlashVars" value="transparentpagebg=yes&playerID=audioplayer&soundFile={param}"> |
#9
|
|||
|
|||
love it! works perfectly on my site.
|
#10
|
||||
|
||||
When i look at your html source code i see:
Code:
<br> <object type="application/x-shockwave-flash" data="http://www.alra7ba.net/vb/images/misc/audio-player/player.swf" id="audioplayer" height="24" width="290"> <param name="movie" value="http://www.alra7ba.net/vb/images/misc/audio-player/player.swf"> <param name="FlashVars" value="transparentpagebg=yes&playerID=audioplayer&soundFile=urltofile"> <br> <br> is it possible that you forget to add these lines to the bb code? Code:
<param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> Quote:
Code:
textblabla[mp3]url/to/file.mp3[/mp3]blablatext |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|