Trombones13
Well-known member
Switched it to the mtvmv code, but that didn't work either (still doing the spinning icon thing). Here's what I have for the URL matching and embed HTML:It looks like you added it to the mtvtv bbcode...remove that second regex line you added from the mtvtv and add it to the mtvmv (music video code)
Lemme know if that was it....the embed code you posted I assume is from the bbcode you edited?
Code:
#mtv\.com/[a-z-0-9-]+/[a-z-0-9-]+/(?P<id>[0-9]+)/[a-z-0-9-]+\.jhtml\#id=[0-9]+#si
Code:
<embed src="http://media.mtvnservices.com/mgid:uma:videolist:mtv.com:{$id}/cp~instance%3Dfullepisode%26autoPlay%3Dfalse%26id%3D{$id}%26uri%3Dmgid%3Auma%3Avideolist%3Amtv.com%3A{$id}" width="512" height="288" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" base="."></embed>
