Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/11/2006, 05:15
jconde
 
Fecha de Ingreso: noviembre-2006
Mensajes: 1
Antigüedad: 17 años, 5 meses
Puntos: 0
problema con firefox & netmeeting

Hola queria pedir ayuda para un problema que tengo con firefox y netmeeting ya que soy un poco novato en esto del html. Tengo una pagina web para hacer una videoconferencia a traves de netmeeting, con Internet Explorer haciendo un object me lo coje sin problemas, despues con input para los botones de conexión y tal, se conecta bien, pero no se que habria que hacer para que me funcionara en firefox ya que ni me sale la interfaz de netmeeting en la pagina ni funcionan los input. Aqui os dejo el codigo que tengo:

Código:
<html>
<head>
	<title>
	</title>
</head>
<body>
				<object WIDTH="100%" HEIGHT="100%" ID="NetMeeting" CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17">
							<PARAM NAME="MODE" VALUE="full">
				</object>
	<table>
		<tr>
			<td>
				<input type=button value="Entrar:"id=CallToBtn onclick=NetMeeting.CallTo('SERVIDOR_ILS/usuario_a_contactar')>
				<input type=button value="Desconectar"id=HangUpBtn onclick=NetMeeting.LeaveConference()>
				<input type=button value="Ventana NetMeeting"id=UndockBtn onclick=NetMeeting.UnDock()>
			</td>
		</tr>
	</table>
</body>
</html>


Gracias de antemano. Un saludo