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 |
#32
|
|||
|
|||
Quote:
Really it does not work with the versioin VB4.0.3, I have everything placed correctly and this is what goes out on having placed the post: Which can be the problem? Thanks. |
#33
|
||||
|
||||
|
#34
|
||||
|
||||
Hosting the player swf locally this mod is working fine on 403pl1 for us but I do have a question.
An admin on one of our sites has asked me if the download link itself can be removed and just leave the player. Can this be done and if yes, how do I do this? Cheers. |
#35
|
||||
|
||||
Quote:
About the link: In the embedded version, there is no link you can see, if you don't open up the html code in the web-browser. In the pop-up player you can see the url, because it is an url parameter for the player. Maybe it is possible to use an encryption for the link. In this case the bb code script has to encrypt the link and the player script has to decrypt it. Dont know if it is realizable... And I'm still at 4.0.2, so i cant say anything to the problems seems to be there with the 4.0.3. |
#36
|
||||
|
||||
Quote:
Code:
<vb:if condition="$attachment[attachmentextension] == mp3">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="middle" height="27" width="400">
<param name="quality" value="best">
<param name="allowScriptAccess" value="never">
<param name="wmode" value="transparent">
<param name="movie" value="frtend/mp3_1.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" flashvars="playerMode=embedded" />
<embed type="application/x-shockwave-flash" src="frtend/mp3_1.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" />
</object>
</vb:if>
|
#37
|
|||
|
|||
Its not working for 4.0.3. Confirmed. There seems to be a bug with bb code. Some, please update if its working on 4.0.3.
|
#38
|
||||
|
||||
|
#39
|
||||
|
||||
Quote:
http://www.apnaspot.com/misc/audio-player/player.swf the player disply fine but its not playing plz check this http://www.apnaspot.com/showthread.p...=9266#post9266 and i use this mp3 file, its fine working file like http://soundxx.mp3pk.com/indian/bluf...mp3pk.com).mp3 plz solve this issue , i have 4.0.3 |
#40
|
||||
|
||||
Quote:
Upgraded my forum to 4.0.3 now and i ha've got no problems with the code at all. @syrn Try to use a file without special chars like "(" or ")". Atm i can't test Mp3 files because of a firewall here at work. Will try your test file later at home. |
#41
|
||||
|
||||
Quote:
but when i add any link of mp3 song its not working , thanx for quick answer and looking help plz |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|