Quote:
Originally Posted by LouiseWilson
ok I got this working with VB 4.2.0 with the fixs in this thread
However Having an Issue adding the soundcloud deff
here is what I have
Code:
http://www.soundcloud.com
http://[w\.]*soundcloud\.com/([\w-]+)/(?!sets/)([\w-]+)
<object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/$p1/$p2"></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=http://www.soundcloud.com/$p1/$p2" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
<span style="text-align:center" class="smallfont"><a href="$ameinfo[url]">$ameinfo[title]</a></span>
however nothing shows any help appreciated
|
This worked for me
Code:
http://soundcloud.com/
Regex: http://[w\.]*soundcloud\.com/([A-Za-z0-9_-]+/[A-Za-z0-9_-]+)
Embed: <object height="81" width="90%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http://www.soundcloud.com/{vb:raw code}/$p2"></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=http://www.soundcloud.com/{vb:raw code}/$p2" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
<span><a href="http://www.soundcloud.com/{vb:raw code}/$p2">http://www.soundcloud.com/{vb:raw code}</a></span>