[REQ]GOEAR player.

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 [goear] tags, use this replacement:
HTML Code:
Code:
<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[/goear].

For [boomp3]:
HTML Code:
Code:
<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[/boomp3].

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.
 
Back
Top