MyBB Community Forums
[MyCode] SoundCloud.com - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: MyCodes (https://community.mybb.com/forum-117.html)
+--- Thread: [MyCode] SoundCloud.com (/thread-92759.html)



[MyCode] SoundCloud.com - n1tr0b - 2011-04-22

Introduction
I was recently addicted to soundcloud for it's speed and it's beauty. I made a bb tag for it.. It's only minimal nothing more, nothing less. But it works perfectly

Regular Expression
/\[soundcloud\](http:\/\/)soundcloud.com\/(.+?)\/(.+?)\[\/soundcloud\]/

Replacement
<object height=\"81\" width=\"100%\"><param name=\"movie\" value=\"http://player.soundcloud.com/player.swf?url=$1soundcloud.com/$2/$3&amp;show_comments=true&amp;auto_play=false\"</param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"81\" src=\"http://player.soundcloud.com/player.swf?url=$1soundcloud.com/$2/$3&amp;show_comments=true&amp;auto_play=false\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed></object>

Working Demo
http://synfyre.net/index.php?mdl=forum&pid=93

Cheers!,
-n1tr0b


RE: [MyCode] SoundCloud.com - acrox999 - 2011-08-15

Soundcloud is awesome, thanks for this!


RE: [MyCode] SoundCloud.com - Raz0r90 - 2011-08-29

Hm doesnt work for me :o


RE: [MyCode] SoundCloud.com - Berlo - 2011-09-14

Doesn't work. Boo. Sad


RE: [MyCode] SoundCloud.com - Grily - 2011-12-05

I saw the demo, nice Smile