Autoviewer allows us to play a flash slideshow from an xml file containing the URL of the pictures. The swf player must be called by a javascript. We need to use a Google Gadget, as javascript is forbidden with Google Sites.
URL of the gadgetThe xml FileEvery image entry must contains the following tags :
url : url of the original picture (jpg) caption : caption for the picture. Can contains html tags, between [CDATA[ and ]] width : width in pixels of the original picture
height : height in pixels of the original picture
Parameters of the gadgetURL : URL of the xml file SWF : The swf file of the autoviewer player TITLE : Title of the slideshow LINK : URL of the link on the title SW : Width of the slideshow SH : Height of the slideshow TCOL : #rrggbb title color BBCOL : #rrggbb background color BFCOL : #rrggbb frame color BDCOL : #rrggbb border color, color for the separator bar between pictures must be defined in the xml file The ResultURL of the xml file and URL of the player
Download the swf player from autoviewer. Use the URL of the player and the URL of the xml file, without ?attredirects=0. Important : The swf player and the xml file must be in the same directory. My xml file : clos-domaines-chateaux.xml
<?xml version="1.0" encoding="UTF-8"?> <gallery frameColor="0xc3d9ff" frameWidth="20" imagePadding="10" displayTime="5" enableRightClickOpen="true"> <image> <url>http://lh4.ggpht.com/_kbpHBa3_G9o/SYNsHwKNN3I/AAAAAAAABus/-L9LjUU-ziw/chateau-chardonne.jpg</url> <caption><![CDATA[<font face="Arial" color="#ffffff" size="12"><a href="http://www.chateau-chardonne.ch" target="_blank" title="Château de Chardonne">Château de Chardonne</a><br><a href="http://www.obrist.ch" target="_blank" title="Obrist - les Artisans du Vin">Obrist - les Artisans du Vin</a></font>]]></caption> <width>433</width> <height>370</height> </image> <image> <url>http://lh3.ggpht.com/_kbpHBa3_G9o/SYNsIdtagtI/AAAAAAAABu0/0mI6bo2OMBM/chateau-chatagnereaz.jpg</url> <caption><![CDATA[<font face="Arial" color="#ffffff" size="12"><a href="http://www.chatagnereaz.ch" target="_blank" title="Château de Châtagneréaz">Château de Châtagneréaz<br><a href="http://www.schenk-wine.ch" target="_blank" title="Schenk - les Experts du Vin">Schenk - les Experts du Vin</a></font>]]></caption> <width>433</width> <height>370</height> </image> ... ... </gallery> |



