Sapreste inserire l'AUTOPLAYER su SHADOWBOX?
Il codice che sto usando é questo:

Codice PHP:
<!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 senza titolo</title>
<
link rel="stylesheet" type="text/css" href="shadowbox.css">
<
script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="shadowbox.js"></script>
</head>
<body>
<script type="text/javascript">
Shadowbox.init({
    animateFade: true,
    fadeDuration: 0.35
});
</script>
[url="x_001.jpg"]My Image[/url]

[url="x_002.jpg"]My Image[/url]

[url="x_003.jpg"]My Image[/url]

[url="x_004.jpg"]My Image[/url]

[url="x_005.jpg"]My Image[/url]

</body>
</html> 
mentre la pagina che sto leggendo é questa:

http://www.shadowbox-js.com/options.html

1)Io vorrei avere lo slideshow automatico. Pensate sia possibile?

2)Secondo voi é anche possibile aggiungere un pulsante in stile pirobox che lasci scegliere all'utente se avviare oppure no il lightbox automatico?

Grazie inifinite