13/04/2010, 10:08
|
| | Fecha de Ingreso: agosto-2009
Mensajes: 193
Antigüedad: 15 años, 3 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 |