I noticed that the Youtube and Google vid BBCodes you have use the IDs.

I made my own at Nintendo Hack and here's how they work:

Youtube
Code:


<object type="application/x-shockwave-flash" data="http://youtube.com/v/{TEXT}" width="425" height="350">
<param name="movie" value="http://youtube.com/v/{TEXT}" />
<param name="wmode" value="transparent" />
</object>
Google Vid
Code:
[googlevid]http://video.google.com/videoplay?docid={TEXT}[/googlevid]

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId={TEXT}&hl=en" flashvars=""> </embed>
Just trying to give you guys a better version of it.