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 |
#122
|
|||
|
|||
2010 that is an old player for today's standards. You could replace this with any good flash player on the web. I am a little concerned due to the age of the 'swf' that it could be used as an exploit -- not that it is exploitable. When I get a chance I will check out a few replacements and post it in the main section.
This is not to take anything away from the gracious author who shared and posted here. |
#123
|
||||
|
||||
I don't see it as taking anything away from the author...Like most mods and add ons, things need to be updated now and then..It's a cool, little modification..When it works..
|
#124
|
|||
|
|||
it works just fine for me. I like it.
I'm just thinking wouldn't it be great if there is a way to detect if the browser supports HTML5 and use html5 to play the file using audio tags instead? Code:
<audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> this will make it work on platforms that doesn't support .swf |
#125
|
||||
|
||||
Are you saying that if this code is inserted into the original then it will work?
Or is this a stand alone option? Where does this code go? Ooooo, such excitement... |
#126
|
|||
|
|||
Quote:
This should work: Code:
<audio controls> <source src="{param}" type="audio/ogg"> <source src="{param}" type="audio/mpeg"> <source src="{param}" type="audio/wav"> Your browser does not support the audio element. </audio> you can give it a try and add a new BB Code just like what you did for this add-on and give it another name, for example "audio", would be good enough. and then try it using [audio] tag. I'm trying to figure out a way to use both based on whether the browser supports audio playback or not. |
Благодарность от: | ||
CharlieDelta |
#127
|
|||
|
|||
Is that okay with this vb4.2.2
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|