ho inserito questo codice ora:
codice:
<td width="290" valign="top" align="center">
<table align="center" bgcolor="#000000" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td colspan="3" background="../img/fondo_tr1.gif" bgcolor="#000000" height="13" nowrap="nowrap">[img]../img/null.gif[/img]</td>
</tr><tr>
<td align="center" valign="top" width="180"><embed src="<%
If GFoto <> "" Then
Response.Write GFoto
Else
Response.Write Path_IMG & Img_NonDisponibile_G
End If
%>" autoplay="true" type="video/quicktime" controller="true" bgcolor="000000" border="1" height="207" width="306"></td>
ovvero:
codice:
<embed src="/video.mov o .avi" autoplay="true" type="video/quicktime" controller="true" bgcolor="000000" border="1" height="207" width="306">
con IE mi visualizza sia il .mov che l'avi, con firefox il file .avi non me lo fa visualizzare.. sapete come mai? 
grazie