PDA

View Full Version : BB Code Enhancements - Soundcloud Embed


utahraves
07-15-2009, 10:00 PM
I run a music based board and so I figured I'd come up with something a lot of my users use. It's called Soundcloud. It's like Twitter for music. This will embed the flash player onto the page where they post it.

sensimilla
07-16-2009, 07:31 AM
I might try it, thanks.

yotsume
02-04-2012, 02:37 PM
I am trying this now but adding a toolbar button as well which I have attached if anyone wants it.

THIS WORKS PERFECTLY! THANKS!!!

yotsume
02-05-2012, 07:01 PM
I have a better BBCode Replacement for this mode that allows for the full URL of the track and not just a partial. Anytime you ask your site members to do a partial link they usually mess it up!

Use this replacement instead:

<object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&amp;g=bb"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&amp;g=bb" type="application/x-shockwave-flash" width="100%"></embed></object>