great mod, installed some of the BB codes.
I cant get game trailer one to work I see video embedded but play button etc. are grey.
The only thing that I can press are the buttons in the middle of screen to play it on their site.
This is replace code:
Quote:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="400" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2">
</td>
</tr>
</thead>
<tr>
<td>
<object width="480" height="392" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid={param}"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.gametrailers.com/remote_wrap.php?mid={param}" type="application/x-shockwave-flash" width="480" height="381" allowFullScreen="true" allowScriptAccess="always"></embed></object>
</td>
</tr>
</table>
|