I've fixed so one template so they play in firefox just fine.
replace the postbit_attachmentwmv with this one if your having problems
Code:
<br>
<center>
<table border="0" align="center" width="400" cellspacing="0" cellpadding="0" height="350">
<tr>
<td class="thead" width="100%" height="25">
<center>
<font color="#FFFFFF">
WMV Attachment
</font>
</center>
</td>
</tr>
<tr><td>
<OBJECT id='mediaPlayer' width="400" height="300"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value="$wmvfilenameandlocation">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="false">
<param name='showControls' value="true">
<param name='loop' value="false">
<EMBED type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
src="$wmvfilenameandlocation" autostart="false" designtimesp='5311' loop="false">
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end embedded WindowsMedia file -->
<!-- begin link to launch external media player... -->
<tr><td align='center'>
<a href="$wmvfilenameandlocation" style='font-size: 85%;' target='_blank'>Click Here To Download this Movie</a>
<!-- ...end link to launch external media player... -->
</td></tr>
<tr>
<td class="thead" width="100%" height="25">
<center>
<font color="#6600FF">
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> ($attachment[filesize], <phrase 1="$attachment[counter]">$vbphrase[x_views]</phrase>)
</font>
</center>
</td>
</tr>
</table>
</center>
<br>