Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/07/2014, 02:50
Avatar de psiloilmari
psiloilmari
 
Fecha de Ingreso: julio-2011
Ubicación: Valencia
Mensajes: 47
Antigüedad: 12 años, 9 meses
Puntos: 0
Respuesta: Como usar href en table con contenido.swf ?

Cita:
Iniciado por PHPeros Ver Mensaje
Prueba añadiendo este css:

Código CSS:
Ver original
  1. object {
  2.     pointer-events: none;
  3. }


Hola, sinceramente este codigo que acabas de pasarme no se donde ponerlo !
soy novato! te agradecería si me explicara un poco más. GRACIAS !

Hize este adjuste pequeño y en IE (Internet explorer) me abre la ventana al hacer doble click pero en Google Chrome no !!!

<div style="position:fixed; left:60px; top:100px; width:120; height:600; z-index:1;"><a href="destination URL"target="_blank" ><object width="120" height="600" onClick="window.open("destination URL");">
<param name="movie" value="PELICULA.swf" />
<embed src="PELICULA.swf" height="600" width="120"></embed>
</object>
</a>