The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 EDIT: If your looking for an MP3 Player that can handle a playlist please check out Macc's new release in April 09 --> https://vborg.vbsupport.ru/showthread.php?t=210115 Show Your Support
|
Comments |
#12
|
||||
|
||||
Thank you.
I have another file flash player mp3. Please help me change your flash player to my file flash. |
#13
|
|||
|
|||
Can it be that mine is not working cuz I have 'passiveVid' installed
https://vborg.vbsupport.ru/showthrea...ght=passiveVid Or Iam doing something wrong!? Mp3 is just not displayed, just flickers and shows nothing, in bb code list player is there In BB Code Manager player is not displayed if I use this code you gave us, but using 'soundbarrierpro' (post 3 here) it shows up in bb custom menager But any of these two replacement cdes just dont work for me Vb 3.7.4 Any Ideas ? Thanks |
#14
|
|||
|
|||
I have a heavily modified 3.7.3 board and this mod installed correctly works perfectly.
Thanks! |
#15
|
||||
|
||||
Even though I'm not a programmer (last language I was proficient at was FORTRAN IV in the 70's) and very new to vBulletin, it worked for me.
THANK YOU very much. |
#16
|
|||
|
|||
Was wondering why this simple code didnt work out for me, the thing is that linked external mp3 cuz I was thinking ..... but this mod only supports internal mp3 files
Does anyone know how to modify this code for external, or is there any othe mode for mp3 similar to this one ? (for external linx of course) Thanks a lot for any pointers |
#17
|
||||
|
||||
Quote:
Here's the breakdown... It up as a simple bb code now per the instructions above. You can use this yourself after entering in the custom bb code via admincp by placing the songs url location INCLUDING the .mp3 extension in between the [mp3]http://www.thesitesnamethesongison.com/songname.mp3[/mp3] and it will play! IF you want to hard code it you have to take the code back to it's roots i.e. remove the {param} and place the url of the song there, example: BB Code 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> Code:
<object type="application/x-shockwave-flash" data="player_mp3.swf?mp3=http://www.thesitesnamethesongison.com/songname.mp3" width="200" height="20" /> <param name="movie" value="player_mp3.swf?mp3=http://www.thesitesnamethesongison.com/songname.mp3" /> <param name="wmode" value="transparent"> </object> If you were actually trying it as a bb code then delete what you have and read the above carefully and try again, it will work . S-MAN |
#18
|
|||
|
|||
thank u very much
|
#19
|
|||
|
|||
Installed.
Any hope of this working on Safari or Google Chrome? |
#20
|
||||
|
||||
Quote:
|
#21
|
||||
|
||||
**Disregard**
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|