Voilà les étapes à suivre
à la lettre pour ajouter une novuelle gallerie flash à une page :
- Remplacer la function myFlashGallery in file js/main.js : (en général entre les lignes 61 to 68 par celle-ci :
PHP Code:
function myFlashGallery (_src,_width,_height,_bgcolor,_divID,gallery) {
if (window.document.getElementById(_divID)) {
if (gallery == null){
gallery = 'gallery.xml';
}
window.document.getElementById(_divID).innerHTML=AC_FL_RunContentDiv( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width',_width,'height',_height,'src',_src,'quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie',_src,'bgcolor',_bgcolor,'allowScriptAccess','sameDomain','allowFullScreen','true','FlashVars','xmlFile='+gallery); //end AC code
AC_FL_RunContentDiv( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','540','height','418','src','flash/gallery/gallery','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/gallery/gallery','bgcolor','#FFFFFF','allowFullScreen','true'); //end AC code
} else {
alert("Div '"+_divID+"' not found ");
}
}
- Ensuite, dupliquez la page _portfolio en une seconde page ou vous souhaitez ajouter la nouvelle galerie apparaisse, par exemple _portfolio2.htm.
- Sur cette page _portfolio2.htm editer le contenu comme ceci :
myFlashGallery('flash/gallery',540,418,'#000000','flash_id',
'gallery2.xml');
- Dupliquer le fichier gallery.xml en
'gallery2.xml' and editer le pour qu'il prenne en compte les nouvelle photos de la nouvelle galerie.