The Arcive of vBulletin Modifications Site. |
|
Innovative Small MP3 Player BB Code Details »»
|
||||||||||||||||||||||
|
Innovative Small MP3 Player BB Code
Developer Last Online: Oct 2023
Innovative Small mp3 Player BB Code By: ![]() This BB Code will allow users to have a small mp3 player in:
I found this while browsing: http://www.phpbb3bbcodes.com as I have some phpBB boards of my own and was tinkering as usual . It was rather simple to add as a BB Code to VBulletin and did not take much time to make it work in vB via the {param} tags etc!Credit for the Code goes to phpbb3codes.com and the creator of the .swf player i.e. djgalix! Time to install: 1-2 mins Instructions:
AdminCP --> Custom BB Codes --> Add New BB Code Title: mp3 Tag: mp3 Replacement: Code:
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
*The Player .swf file HAS to be in your forums ROOT folder, this will make it NOT visible in AdminCP as that is another folder i.e. admincp folder BUT it will display FINE in the forums via FireFox and Internet Explorer! (Thanks for the catching that bug where it did not display joh!) Now use the tags [mp3]Full Song URL Here![/mp3] *Experienced Users can take the code replacement and hard code into forums where desired! Demo Enjoy! TheLastSuperman ![]() http://www.innovationbyinstinct.com Supporters / CoAuthors Show Your Support
|
||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
When I use your replacement code:
Code:
<object type="application/x-shockwave-flash"
data="player_mp3.swf?mp3={param}" width="200" height="20" />
<param name="movie" value="player_mp3.swf?mp3={param}" />
<param name="wmode" value="transparent">
</object>
I get this error when trying to save the bbcode: Code:
The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.
* <object type="application/x-shockwave-flash" data="player_mp3.swf?mp3={param}" width="200" height="20" /> <param name="movie" value="player_mp3.swf?mp3={param}" /> <param name="wmode" value="transparent"> </object>r:
|
|
#3
|
||||
|
||||
|
Quote:
Did you enter it in correctly? |
|
#4
|
||||
|
||||
|
Quote:
![]() But, before I did, I checked the code and couldn't find a reason why it wouldn't work on 4x - but guess I was wrong =/ I really wanted to use your bb because your swf is exactly the same one our forum used *before* migrating to VB. And, I think it's the best looking one (yours). Any way this can be adapted to 4x? Thanks |
![]() |
|
|