Salve,
su internet ho trovato un'ottimo servizio di Gallery Flash.
Questa è una pagina di prova,da come potete vedere le immagini sono divise in Thumbs e Images,cliccando sulle Thumbnails appare l'anteprima grande e sinistra.
Questo è il file xml imagedata che contiene tutti i dati,sapete come potrei modificare il file(oppure la index.html)per fare in modo che l'anteprima a sinistra appaia libero,cioè non all'interno di un frame,oppure che l'immagine a sinistra prenda tutto lo spazio.
Questa è la pagina index.html
Codice HTML:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- saved from url=(0014)about:internet --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>SimpleViewer</title> <!-- Download SimpleViewer at www.airtightinteractive.com/simpleviewer --> <script type="text/javascript" src="flashobject.js"></script> <style type="text/css"> /* hide from ie on mac \*/ html { height: 100%; overflow: hidden; } #flashcontent { height: 100%; } /* end hide */ body { height: 100%; margin: 0; padding: 0; background-color: #181818; color:#ffffff; } </style> </head> <body> <div id="flashcontent">SimpleViewer requires Macromedia Flash. <a href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia Flash.</a> If you have Flash installed, <a href="index.html?detectflash=false">click to view gallery</a></div> <script type="text/javascript"> var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "6", "#181818"); fo.addParam("quality", "best"); fo.write("flashcontent"); </script> </body> </html>

LinkBack URL
About LinkBacks
