DJ here's what I have for the Gametrailers definition:
Regular:
Code:
http://www\.gametrailers\.com/([u]*)[sermovievid-]+/[\w-]+/([\d]+)#*[\w]*
Replacement:
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="http://www.gametrailers.com/remote_wrap.php?{$p1}mid=$p2"/>
<param name="quality" value="high" />
<embed src="http://www.gametrailers.com/remote_wrap.php?{$p1}mid=$p2" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed>
</object>
Just want to verify this is correct.