Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/04/2010, 10:08
corretodo
 
Fecha de Ingreso: agosto-2009
Mensajes: 193
Antigüedad: 14 años, 8 meses
Puntos: 0
Respuesta: Videos fancybox sin frames

$(document).ready(function() {
/*--------------------------------------------------
$("#video").click(function() {
$.fancybox({
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'title' : this.title,
'width' : 680,
'height' : 495,
'href' : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
'type' : 'swf',
'swf' : {'wmode':'transparent','allowfullscreen':'true'}
});
return false;
});

*/-------------------------------------------------------------
});

Si te refieres a esto, tampoco me funciona.
Como te abras dado cuenta no se nada de javascript estoy haciendo pruebas y pruebas.
Cuando ya lo veo muy negro recurro a vosotros que siempre me ayudais.
Muchas gracias