View Full Version : Is there any Bbcode for mp3?
Tharos
02-22-2008, 02:36 AM
because I tried some bbcodes created for some admisnistrator of my country (chile :D)
but none of them worked =/
i tried to use vbmedia player but i dont know how to use it
could you tell me if there is any kind of BBCODE for MP3 embeded just like the youtube one???
and can you tell me how to use vbmedia player?? (from the instalation, to the embed)
from chile thanks dudes ^^
p0lar_bear
02-22-2008, 06:44 AM
Simple.
First, download the slim version of the XSPF player from http://musicplayer.sourceforge.net/ (http://musicplayer.sourceforge.net/#download).
Upload the player to somewhere on your site or forums. For example purposes, upload a short and/or low quality MP3 with it.
Next, create a new bbcode tag. Use something like this:
Title: MP3 Embed
Tag: mp3
Replacement:<object type="application/x-shockwave-flash" height="15" width="400" data="http://path.to.your/player/xspf_player_slim.swf?song_url={option}&song_title={param}&player_title={param}">
<param name="movie" value="http://path.to.your/player/xspf_player_slim.swf?song_url={option}&song_title={param}&player_title={param}" />
</object>Example: Pearl Jam - Even Flow
Description: Embeds a slim player into a post that plays a specified song, showing the specified title.
Use {option}: Yes
Tharos
02-22-2008, 07:08 AM
thanks a lot dude.. but.. emmm
i did it:
<object type="application/x-shockwave-flash" height="15" width="400" data="http://www.wachos.cl/comunidad/xspf_player_slim.swf?song_url={option}&song_title={param}&player_title={param}">
<param name="movie" value="http://www.wachos.cl/comunidad/xspf_player_slim.swf?song_url={option}&song_title={param}&player_title={param}" />
</object>
and it´s not working
and I want a bbcode where you upload a song to a website like goear.com and then it gives you a direct link, you just put this link between [mp3] and ready
i dont want to upload the songs to my own server
p0lar_bear
02-22-2008, 02:30 PM
Well, the idea isn't that people upload the songs to your server; they upload somewhere like fileden or their own server, and then they link to the MP3 like a url tag.
I just took a look at your bbcode help page (http://www.wachos.cl/comunidad/misc.php?do=bbcode#mp3) and your example works just fine (except you should rename the song title wrapped in the tags; I used Even Flow as the example song on my site). What are you having trouble with?
Tharos
02-23-2008, 02:33 AM
the problem my friend is that I want to use of websites like goear.com or boomp3.com
not for our own servers, because all of the users of my community don´t have a an own server
do you understand?
p0lar_bear
02-23-2008, 04:57 AM
Oh, okay, I see what you mean.
If those services are popular on your board, you would have to make a tag for each service.
For tags, use this replacement:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="366" height="75"><param name="movie" value="http://www.goear.com/files/localplayer.swf" /><param name="FlashVars" value="file={param}" /><param name="quality" value="high" /><embed src="http://www.goear.com/files/localplayer.swf" flashvars="file={param}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="366" height="75"></embed></object>
Just like [youtube] tags, it works by copying the file ID code from the URL. If you were looking to embed http://www.goear.com/listen.php?v=f0df08a into your forums, you would do [goear]f0df08a.
For :
<embed src="http://static.boomp3.com/player.swf?id={param}" type="application/x-shockwave-flash" wmode="transparent" width="200" height="20" allowScriptAccess="always" align="middle"></embed>
And if you were embedding http://boomp3.com/m/72066450b6b0/up-beat, you would do [boomp3]72066450b6b0.
Each service that offers an embedded player uses different storage techniques and thus, the actionscript in each flash player to load and play the file based on the ID will vary from player to player. If you'd like to add additional music hosting services to your armament of vB Codes, upload a test file to that service, and then grab the HTML code they provide for embedding your song into a blog or webpage. Look at the URL of your song, then at the code you copied, and see if you can find the file ID in the code. Replace that ID with {param} in your replacement code for the new bbcode.
Tharos
02-23-2008, 10:04 PM
it will sound a little bit gay dude, but I love you xDxDxD
It worked!!!! =)
really really thanks friend ;)
kurtmorrison
03-25-2008, 04:42 PM
hey thanks polar bear, i was searching for this for a while xD i have never seen this thread before jeje
Tharos
04-17-2008, 07:04 AM
I would like you to know If is there the same kind of bbcode por imeen
Thanks in advanced
baghdad4ever
04-18-2008, 10:36 AM
thnaks
i will try it
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.