^ i'm aware of the difference between the new tags. i had my own embed/object code that i used that isn't working anymore. if you're doing HD videos then maybe you can show me what you're using for the old urls. thanks for your assistance.
my standard youtube url (old version):
regex:
Code:
http:\/\/www\.youtube\.com\/watch\?.*v=([a-z0-9-_]+)
Code:
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded" />
<param name="wmode" value="transparent" />
<param name="allowfullscreen" value="true" />
<!--[if IE 6]>
<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&feature=player_embedded" allowfullscreen="true" />
<![endif]--></object>