Estoy intentando aprender a usar vegas [url=http://vegas.jaysalvat.com/][/url]
baje los archivos de ahi, y luego busque ejemplos en la web porque no me anda.
llegue a este codigo, pero sigue sin funcionarme, a alguien se le ocurre porque ?
Código HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script> <script type="text/javascript" src="vegas/jquery.vegas.js"></script> <link rel="stylesheet" type="text/css" href="vegas/jquery.vegas.css" /> <script> $( function() { $.vegas( 'slideshow', { delay:8000, backgrounds: [ {src:'vegas/images/background.jpg', fade:4000}, {src:'vegas/images/background1.jpg', fade:4000}, {src:'vegas/images/background2.jpg', fade:4000}, {src:'vegas/images/background3.jpg', fade:4000} ] }); $.vegas('overlay'); $.vegas({ src:'vegas/overlay/08.png' }); }); </script>
Obviamente las rutas son las correctas. Espero su ayuda