Zen Flash Gallery
Zen Flash Gallery author's design and smart usability make it the most elegant way to present your media content
Localization
You can use any language in Gallery interface using following parameters:
<useEmbeddedFont>false</useEmbeddedFont>
<translation Album="..." Albums="..." Image="..." Images="..." Close="..." BackToAlbums="..." LoadingImage="..." Of="..." />
EXAMPLE
<gallery>
<settings>
<frameSize>5</frameSize>
<frameColor>0x000000</frameColor>
<cornerRadius>7</cornerRadius>
<backgroundColor>0xFFFFFF</backgroundColor>
<initialState>Show Thumbnails</initialState>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
<frameColor>0x000000</frameColor>
<cornerRadius>7</cornerRadius>
<backgroundColor>0xFFFFFF</backgroundColor>
<initialState>Show Thumbnails</initialState>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
<useEmbeddedFont>false</useEmbeddedFont>
<fontName>Arial</fontName>
<fontSize>9</fontSize>
<translation Album="Álbum" Albums="Álbumes" Image="Imágen" Images="Imágenes" Close="CERRAR" BackToAlbums="REGRESAR A ÁLBUMES" LoadingImage="Descarga" Of="de" />
</settings>
<albums>
<albums>
<album icon="" thumbnailsFolder="icons/children/" imagesFolder="images/children/" description="Children">
<image name="1.jpg" description="" thumbnail="1.jpg"/>
<image name="2.jpg" description="" thumbnail="2.jpg"/>
<image name="3.jpg" description="" thumbnail="3.jpg"/>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
<image name="2.jpg" description="" thumbnail="2.jpg"/>
<image name="3.jpg" description="" thumbnail="3.jpg"/>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
</album>
<album icon="" thumbnailsFolder="icons/car/" imagesFolder="images/car/" description="Car">
<album icon="" thumbnailsFolder="icons/car/" imagesFolder="images/car/" description="Car">
<image name="1.jpg" description="" thumbnail="1.jpg"/>
<image name="2.jpg" description="" thumbnail="2.jpg"/>
<image name="3.jpg" description="" thumbnail="3.jpg"/>
<image name="4.jpg" description="" thumbnail="4.jpg"/>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
</album><image name="2.jpg" description="" thumbnail="2.jpg"/>
<image name="3.jpg" description="" thumbnail="3.jpg"/>
<image name="4.jpg" description="" thumbnail="4.jpg"/>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
</albums>
</gallery>




