Enter your email to be informed about gallery updates:




English Version:
english version corrected by stephane pauquet


GFD v2.4a Build 02:
Your free customizable Dynamic Flash Gallery

Read JPEG, SWF, FLV, PNG and GIF Files



Download:

Download the gallery here: http://www.creation3d.org/gfd_v2.zip

Users of older versions (GFD 2.3 ...): Attention, config.php and index.php files were modified,
You can keep the structure of your galleries and your ui.xml file but replace all other files if you go to v.2.4


New : GFDConfigurator, created by jobo83, allows you to easily personalize the skin of your gallery
without having to modify the XML tags (3€ for 1 skin, 4€ for 2 skins, 5 € for 3 skins).


Participation :
A full license will be offered to the first user who will update the uploader.php
(See "plug-ins" section)
The new Uploader will manage:
- Subfolders (new or existing, as for the management of existing folders)
- Upload PNG, GIF, SWF and FLV files (no preview, resizing
or thumbnails creation is required for these new files types)
- Comments (normally no change to the existing uploader file)
The uploader will be a single file, as it is now
please send your uploader.php file to nicolas@creation3d.org


Description:

Free fully dynamic photo gallery ,
You just have to load your pictures on your Web server, organize them in folders, and the engine
will automatically produce user-friendly and customizable photo galleries

EXAMPLES OF USE OF THE GALLERY:





You are not limited: you can load pictures and videos of the size and proportions you want,
the gallery is adaptive. You can also create the number of folders and subfolders you want
and place inside an arbitrary number of pictures. The only limit is your server capacity!

No prior Flash experience necessary: you just neet a FTP client or Internet Explorer
if you know your FTP access codes and your server is PHP compliant (almost all are nowadays).

See the instructions below



Updates:

v2.0:
- No more file nombre.php to be copied after the creation of a new folder
- Call of a XML file to define the gallery settings
- Menu design options: different colors, two style templates
- A gallery does not show a menu if it contains only one picture
- Choice of a background picture or background color
- 2 styles for the design, color and presence or absence of picture and thumbnail frames
- Buttons colors configurable
- Choice of the presence of the Zoom/Save button
- Choice of the presence, color, speed and content of a rolling text
- 3 styles for the color of the preloading bar
- Choice in the speed of expansion/collapse of the menu items, thumbnails and large pictures
- Choice of the presence, opacity, color and content of a copyright notice

v2.1:
- Better positioning of the range appearing under the large pictures
- Choice of the menu’s position, and choice between fixed or floating
- Choice of the presence, color and content of comments to the pictures
- Choice of the URL of the XML setting file
- Choice of the opacity level of the range appearing under the enlarged pictures

v2.2:
- Choice of the position of the comments and choice between fixed or floating
- Choice of the color of the Creation3d logo
- Choice of the color of the Zoom/Save button

v2.3:
- Integration of a visitor count and gallery access statistics ("S" key)

v2.3d:
- Folder that the gallery shows at opening can be set with the gallerie=folder_name
or folder_number variable in the call of the swf file
or in the URL (see the new index.php file in .zip)
- Folders can be made visible or invisible with the
hidemenu=0 or 1 variable in the call of the swf file or in the URL
(see the new index.php file in .zip)
- Improved visitor counting system and statistics:
- optimization of the information exchanges
- single account for galleries whose URL differs from a variable
(removal of information after ? in the name of the statistics account)
- inclusion of additional details on contents viewed and visitor geolocalization
(new statistics engine to come)
- Withdrawal of the comments appearing by default on the pictures named 02.jpg and 03.jpg
the users of past versions can keep their old ui.xml file
and only remove lines of the c_02 and c_03 tags at the end of the file


Update of the statistics and tracking engine:
- User geolocalization,
- Detailed follow-up of the folders viewed (starting with version v2.3d) ,
- Addition of information on user behavior
- Printable version of the statistics

v2.3e/f/g:
- Internal debugs and optimizations

Uploader V.2: You can directly record your comments at the same time
as you upload your pictures

v2.3h:
- Choice of the URL of the galleries folder and the URL of the "config.php" file
(See the "Manual" chapter)

v2.3i:
- Simplification of the index.php page
- Choice of a numeric counter: number of current page, number of pages, number of current picture
and number of pictures (<cptpages_vis> tag) and choice of their color (<cptpages_color> tag)
- third version of the menu: simple rectangular contours (<style_menu>=3 tag)
- possibility to have menu texts without contours (<style_menu>=0 tag)
- Choice of the size of the menu texts (<taillet_menu> tag)
- Option of hiding/showing thumbnails (<tb_vis> tag)
- Option of determining automatic opening of the first picture of a folder (<demarauto> tag)
- Option of automatically playing pictures – slide-show
with choice to automatically launch it (<diapoauto> tag),
possibility to control the slide-show by the user by a visible or invisible “play/pause” button
(<bt_diapo> tag)
- Choice of the default automatic playing speed of the pictures
(<tdiapo> tag), and possibility of controling the slide-shows playing speed
by a visible or invisible button "+/-" (<bt_vitdiapo> tag)
- Automatic move to the following or previous page when the user clicks on "next picture"
button at the last picture of a page or on the "previous picture" button at the first picture of a page

v2.3j:
-
possibility of automating your comments with 2 tags:
<comauto> allows you to choose if the gallery shows automatic comments (0 or 1)
<comm_txt_auto> allows you to choose the contents of automatic comments
the gallery will replace the contents of this tag, character # if it is present by the number of the picture
in the folder, and the character { by the name of the file of the enlarged picture
(in this case, just like for the folder names, a “_” in the file is translated into a space in the gallery)
For example:
<comm_txt_auto><! [CDATA [You see the picture #: {]] ></comm_txt_auto>
will show the comment “You see the picture 10: My boat”
for the 10th file of a folder named “My_boat.jpg”
The picture by picture comments are first shown on the automatic comments
- Index.php page was also updated to be more compatible with all browsers
(OBJECT tag is now encapsulated in Javascript)

v2.3k :
-
Choice of the number of thumbnails shown by page: <diap_numbh> (columns) and <diap_numbv> (lines)
- Choice of spacing between thumbnails: <diap_espaceh> (horizontal) and <diap_espacev> (vertical)
- Choice of the thumbnail alignment mode: <diap_place> (left, medium, right or justified)
- Choice of the transparency effect of thumbnails on mouse over
<diap_alphaoff> and <diap_alphaover>
- Choice of maximum width and maximum height of the enlarged pictures:
<largeurmax_gdeimage> and <hauteurmax_gdeimage>
-
Choice of the enlarged picture alignment mode:
<place_grandeimage> (horizontal) and <place_grandeimagev> (vertical)
- Choice of the exact position of the thumbnails:
<deplacementx_diaps> (horizontal) and <deplacementy_diaps> (vertical)
- Choice of the vertical position of the menu: <deplacementy_menu>
- Update of the index.php page to make it compatible with Internet Explorer 6 and 7
(with the old version of the page, Internet Explorer 5, and 6 required
a confirmation upon opening of the Flash file, which was resolved with the new index.php page)
To make the gallery completely compatible with the Microsoft standards,
2 Javascript files (.js) were added in the .zip file of the gallery
Place these files in a sub-folder named “Scripts” compared to your index.php page
(or compared to the page which will load your gallery)

Updating the statistics and tracking engine:
- The new module now comes with a cost (the old free module does not work anymore):
access to the tool costs 30 €/year
contact me at nicolas@creation3d.org if you want to to contract an access to your statistics

v2.3l :
- Debugs of the position of preloading animations
(badly placed in the preceding version when the enlarged picture was not centered)

v2.3m :
-
Management of the picture thumbnails:
Name your thumbnails like your picture, and add “_t” at the end of the name
then place them in the same folder as your picture file
for example, if you have a picture called “myimage.jpg”, its thumbnail will have to be named
“myimage_t.jpg” and be placed inside the same folder
- If you don't modify the size of the series of pictures in the ui.xml file, it is advised
to create thumbnails of 100X100 pixels
- You don’t have to create a thumbnail for each picture: if the gallery finds
a thumbnail it will load it, else it will directly load the large picture.
- Examples of thumbnails were integrated in the new .zip file
- In the skins and plug-ins chapter, you can download a new uploader3.php
that will automatically create the thumbnail when you upload a picture.
The config.php file changed for the management of the thumbnails:
If you want to update a gallery which is already online, replace your old
config.php file by the new one as well as the 09.swf file (you can keep
your ui.xml file if you modified it).
- It is no more necessary to click two times when you are on an enlarged picture and
you want to see another: simply click on the picture you want to open.


v2.3n :
- A picture or an animation can be included at the gallery’s opening:
<url_animintro> URL of the jpg file or swf animation to be played at the opening of the gallery
<temps_animintro> time in seconds during which the introduction must be played -
can be replaced by sending the variable _root.introfini=1 from the swf animation at its end
to start showing the contents of the galleries
- Memorization of the pictures viewed by the visitor
<historique> makes it possible to define a particular posting for the pictures already viewed:
0 - without posting, 1 - setting in server memory on the web server, 2 - setting in memory on the user's
computer for an unlimited time via a flash cookie
<historique_color> Color appearing on the thumbnails of the pictures already viewed
<historique_transp> Level of transparency of the color appearing on the thumbnails of the pictures
already viewed (from 0 to 100)
If you use these memorizing functions, be careful to use a different name for each picture present
on your site
- Previous picture/next picture and previous page/next page buttons can be customized
by providing the URL of a .jpg or .swf file
<im_bt_imageoff> picture of the previous picture/next picture button in normal state
<im_bt_imageovr> picture of the previous picture/next picture button in rollover state
<im_bt_pageoff> picture of the previous page/next page button in normal state
<im_bt_pageovr>picture of the previous page/next page button in rollover state
The active zone of the buttons cannot be changed, and is approximately 35x35 pixels
- Previous picture/next picture and and previous page/next page buttons can be customized.
For the following tags, the values are given in positive or negative pixel displacements
with respect to the buttons’ default position
<depx_bt_imageprec> horizontal displacement of the previous picture button
<depy_bt_imageprec> vertical displacement of the previous picture button
<depx_bt_imagesuiv> horizontal displacement of the next picture button
<depy_bt_imagesuiv> vertical displacement of the next picture button
<depx_bt_pageprec> horizontal displacement of the previous page button
<depy_bt_pageprec> vertical displacement of the previous page button
<depx_bt_pagesuiv> horizontal displacement of the next page button
<depy_bt_pagesuiv> vertical displacement of the next page button
- The gallery can share information with other pages (PHP, ASP, HTML…)
(for example within for an e-commerce website)
the gallery can send variables in POST when the user clicks on a button appearing
over the enlarged picture: $dname = name of the current picture file, $dgal = name of the actual folder,
$dinfos = content of the in_ tag, $dcomments = content of the c_ tag (comments)
<url_envoiinfos> URL where to send data when the user clicks on the send data button
(caddie) if it is activated (check out <envoiinfos>)
<envoiinfos> Activation of the send data button:
0: no sending (button invisible)
1: sending in background (page invisible to visitor)
2: opening a new page in the same window
3: (_blank) opening a new page in a new window
<posenvoiinfos> place the send data button (caddie):
1: to the right of the enlarged picture, 2: on the left, 3: centered
<im_envoiinfosoff> URL of the picture of the send data button in normal state
(leave blank in order to see the original button - active zone: approximately 23x23 pixels)
<im_envoiinfosovr> URL of the picture of the send data button in rollover state
(leave blank in order to see the original button - active zone: approximately 23x23 pixels)
<coul_envinfos> color of the send data button
<fond_envinfos> fill color of the send data button
This function makes it possible to send an additional value
(price of the object, for example in the case of a e-commerce website,
via $dinfos variable which transmits the content of the in_… tag
Example:
<in_myimage02><![CDATA[38 Euros]]></in_myimage02>
will return “38 Euros” in the variable $dinfos when the user clicks on the send data button
on a myimage02.jpg file

As for the use of the comments tag (<c_… >), be careful to use a different name for each picture
from your gallery when you use the <in_… > tag

If you want to view the new functions available in the v2.3n,
install
the skin 9 available here or in the "Skins and Plugins" chapter

v2.4a :
-
Free version :
-
Management of sub
folders, PNG, FLV and GIF files, and fullscreen button
- Possibility of calling a javascript function from the caddie button
- Settings of the location and width of the strip
Look below at the new list of XML tags to
know the new possible settings
- Paid version :
- Drop shadow, Blur, random rotation and size Effects on enlarged pictures, menus
and thumbnails
- You can choose a background picture by directory, or the first picture or a random
picture
- Possibility to reverse the order of thumbnails or randomize it
- Ability to select a maximum number of thumbnails by directory
- Ability to display larger pictures that take the total size of the gallery

To come:
- Integration of a rating system on the pictures
- Choice of buttons placed below or at the bottom of the enlarged picture
- Other designs for buttons

- Option of increasing the width of the menu buttons
- Option of modifying the URL which the zoom button goes
- Option of limiting the access to certain folders with a password
- Option of sending the picture by e-mail
- Option of showing a diefferent text for each directory



Contact/Feedback:

Do not hesitate to send me your comments as well as ideas for future versions, skins (modified XML files),
or the address of your gallery if you want to include it as an example on this website.
Please wite to: nicolas@creation3d.org



Skins and Plugins:

Skins :


-See-Download -See-Download -See-Download


-See-Download -See-Download -See-Download


-See-Download -See-Download -See-Download

Click on the picture of your choice to download the corresponding skin, then replace simply your existing ui.xml file
by the one in the zip file and place the picture - if there is one - in the root folder of your gallery

The XML files in the skins may not all have the tags of the last versions of the gallery.
This doesn't obstruct this skin, but if you need a tag which doesn't exist in your skin,
copy it from the file ui.xml contained in the original .zip
Put it where you want inside the XML file , after the <CREATION3D> tag and before the </CREATION3D> end tag

Uploader - Post your images and your comments online:
Compatible with the versions 2.3m and higher of the gallery
This version does not yet support subfolders and videos, PNG and GIF files

You can choose an existing folder to place your pictures or you can create one,
and then upload your pictures inside it
You can also include comment about your pictures,
(Thanks to Popi, who wrote this quite useful improvement)
To use this version of the uploader, you must remove all the blank lines and the comments (//)
in your “ui.xml” file. A clean "ui.xml" file is included in example in the uploader zip archive.

To include comments with apostrophes with Uploader :
- Be sure that your ui.xml file is encoded in UTF-8,
- Check that your browser is in UTF-8 encoding when you save your comments
(end-users won’t have to change any of their settings)
- Use the ´ symbol (available under Windows while typing ALT+0180)
instead of your normal apostrophe key

The uploader also creates the thumbnails of your uploaded images. Default size of the created thumbnails
is set to 100 px by 100 px, but you can modify it by changing the $maxtb_v=100
and $maxtb_h=100 settings at the beginning of the file: Download the .php file here

Place the .php file located in the .zip in your "galleries" folder
You will be able to reach it by typing the following URL: www.yoursite.com/galleries/uploader.php
- the uploader works only if your hosting has PHP GD libraries installed, and if it allows the creation
of folders and file copies with PHP (CHMOD). Most web hosting providers allow it
- You can modify the name of the file to be the only one to know the URL of the uploader
- You don't have to add the 2-digits number at the beginning when you create a new folder, the
uploader adds it automatically
- In the first lines of code of the PHP file - which you can easily open with your notepad,
you can modify the values of the following variables: $max_v=1024, $max_h=1024 and $qual=70,
which correspond to maximum height, maximum width and JPEG compression of your online images, respectively.
In case they exceed the maximum given/allowed size, the uploader will scale your images according to these values.

To be able to use the uploader, you may have to modify authorizations CHMOD
of the "GALLERIES" folder and of the ui.xml.
Choose CHMOD 777 on your ftp space for these 2 elements.

GFD Configurator

Created by jobo83, it allows you to easily personalize the skin of your gallery without having
to modify the XML tags (3€ for 1 skin, 4€ for 2 skins, 5€ for 3 skins)

> GFDConfigurator


GFD Admin

Created by William Pastre, it is an administrating tool for your gallery, in php 5:
You can add, modify or delete a directory, a photo or a comment.

This version does not yet support subfolders and video files

- Install is easy: 12 files to copy to a folder of your choice,
A level below from the root folder of your gallery
index.php
09.swf
AC_RunActiveContent.js
/ galeries
/ My_admin_folder
My files from the GFD Admin .zip

- The tool requires: PHP5, and PHP GD and DOM XML libraries (most hosts include
This version of PHP and these libraries)
- Tool manages the creation of thumbnails
- Unlike the uploader (see above) that place all your folders in the order in which
you have created them, GFD Admin places them alphabetically,
- A style sheet (CSS) with you can easily customize your administration interface
- A install.txt file which will explain how to protect access to your administration tool
with a login / password
- For questions about using the tool, you can contact its designer: gandalf76fr@hotmail.com

> For hosting services which require that php 5 pages have the extension. Php5,
Download the file. Zip GFD Admin here
> For hosting services which require that php 5 pages have the extension. Php,
Download the file. Zip GFD Admin here

GFD in Joomla component :

webmaster-tips.net website gives you a Joomla integration of GFD:
For the moment the component works with the gallery GFD 2.3x
The author is updating its component for versions 2.4
http://www.webmaster-tips.net/joomla-component-dynamic-flash-image-gallery-v-2.html



Manual of the gallery v.2:

You need a ftp space (Web server) which authorizes PHP

- copy all the files contained in the zip archive to your ftp folder, maintaining the same structure:
- place index.php, ui.xml and 09.swf in your root folder
- create a folder named "galeries" in which you will put your picture folders
- create picture folders, named in the following way: folder number
(defining the order in which each folder will appear within the gallery menu) with 2 digits, 01, 02, 03...
then the name that you want to appear (replace spaces by underscores "_",
and do not use any special or accentuated characters)
- place config.php in the "galleries" folder
- To meet Microsoft standards :
1 file AC_RunActiveContent.js which - must be placed within the root folder

index.php
09.swf
AC_RunActiveContent.js
/galeries
config.php
/01my_photo_folder_1
my_image1.jpg
my_image2.jpg
/02my_photo_folder_2
my_image3.jpg
my_image4.jpg
/01my_photo_subfolder_1
my_image5.jpg
my_image6.jpg

- for v.1 users: the file named "nombre.php" is not useful anymore , remove it of all
your gallery folders

- after this, load your jpg images to the newly created folders. You can use pictures and videos
of the size that you want, as the gallery will automatically rescale them.
The only limit is your FTP disk space.

Command key :

- Click at least one time anywhere on the gallery to focus your browser on this one
- Press "A" to see the version of your gallery


Modifying the XML file : ui.xml

- you can entirely configure your gallery: effects, colors, texts, copyrights, loadings...
by an access on variables in the file named "ui.xml":

open "ui.xml" with your notepad (warning: some other text editors modify the encoding (Utf-8) of the file
and the gallery will not read it anymore)

- replace the values of each tag by which is appropriate to you, and save the file
- upload your "ui.xml" file and the gallery will simply update itself
- examples:
a) replacing "1" by "0" on the <deg_fen>1</deg_fen > line removes
the shading effect around the borders of the large pictures
b) replacing ffffff (hexadecimal color code) by ff0000 in <cd_color>ffffff</cd_color >,
changes the picture border color from white to red, etc.

- in order to get acquainted with the XML file, you can download several skins (modified XML files)
below on this page

- if you want to add comments to your images, create tags
<c_the name of your picture><![CDATA[your comment]]></c_the name of your picture>

example:
if one of the pictures in your folders is called "picture2.jpg", create the following line in your XML:
<c_picture2><![CDATA[your comment for your picture 2]]></c_picture2>

- for all the tags containing text (rolling text, copyright and comment), you can use special characters,
and some HTML tags such as<b>, <br>, <u>, <font size =>...
You can also add links by using the HTML tag <a href = >, and <u> to underline them

- if you wish to load your file XML from another URL, or if you use several galleries and you want
all of them to rely on the same XML file, you can send the name and URL of your XML file
to the gallery in the call of the file named "09.swf" directly within the HTML code,
using the variable "uxml=" and add "&" after the name of your file
(There are three places where you have to add the variable value in the Gallery call)

If your gallery reads an XML file located on an other domain, you must place inside the root folder
of the FTP space where your XML file is located a file which authorizes the gallery to read this one:
Download the .zip file and place the file crossdomain.xml at the root of your domain.

- the "09.swf" file can be loaded from any page without sending any variable:
the "index.php" page can be modified as you wish. But if you remove the default variable calls in
the index.php page you will lost some statistics functionalities and will not be able to send commands to
your gallery from its URL.

Refer to the comments in the index.php page to see the parts that can be modified

Details of available configuration tags in the XML file

Name of the tag Description Values Example
bg_color background color hexadecimal color ffffff
fond_trans transparent background 0 (yes) 1 (no) 1
bg_image background picture 0 (no picture)
or picture URL
my_background.jpg
tb_vis thumbnails visible 0 (no) 1 (yes) 1
bt_zoom zoom / save button visible 0 (no) 1 (yes) 1
cptpages_vis numeric counter of pages and pictures visible 0 (no) 1 (yes) 1
bt_diapo automatic play/pause button visible 0 (no) 1 (yes) 1
bt_vitdiapo speed of automatic play buttons visible 0 (no) 1 (yes) 1
show_s_menu chosen subdirectory button stay visible 0 (no) 1 (yes) 1
force_s_menu force loading of the first subdirectory
if there is no picture in the root directory
0 (no) 1 (yes) 1
btpleinecran fullscreen button visible 0 (no) 1 (yes) 1
coul_pe foreground color of fullscreen button
(by Default gallery takes the coul_zoom color)
hexadecimal color 000000
fond_pe background color of fullscreen button
(by Default gallery takes the fond_zoom color)
hexadecimal color ffffff
timepreviewvideo duration of the video preview in thumbnails
(in seconds)
0 to infinity 1.3
couleurvideopreload foreground color of the circle of video preloading hexadecimal color 000000
couleurvideofondpreload background color of the circle of video preloading hexadecimal color ffffff
couleurvideofondbarre background color of the navigation bar for video hexadecimal color ffffff
couleurvideobarre color of the loading-level bar for video hexadecimal color ffffff
couleurvideocurseur color of the cursor of the navigation bar for video hexadecimal color ffffff
couleurvideoboutons color of Buttons play / pause / stop / sound for video hexadecimal color ffffff
couleurvideofondson background color of the Volume Level bar for video hexadecimal color ffffff
couleurvideoson foreground color of the volume level bar for video hexadecimal color ffffff
couleurvideocompteur color of the video timer hexadecimal color ffffff
volumeencours default volume for Video
0 to 100 100
glowcontrolesvideotaille size of the shine effect around commands for video 0 to 10 3
glowcontrolesvideocouleur color of the shine effect around commands for
video
hexadecimal color ffffff
url_animintro location of the picture or swf animation
that must be played at the entrance of the gallery
empty (no intro)
or intro URL
 
temps_animintro time in seconds during which the introduction
should be played
- can be replaced by giving the value 1 to the
varible : _root.introfini = 1
at the end of the swf animation
0 to infinity 10
historique memorizing pictures viewed by the user
special display for pictures already consulted:

Warning, if you want to use this feature,
you have to use a different file name
for each of your pictures

0 - without history
1 - save in session
2 - save on the user
computer in a flash
cookie
1
historique_color color appearing on the thumbnails
of the pictures already consulted
hexadecimal color ffffff
historique_transp level of opacity of color appearing
on the thumbnail pictures already consulted
0 to 100 50
sh_menu show menus (if not, by default the gallery
will show the directory 1)
0 (no) 1 (yes) 1
an_menu animation at the appearance of the menus 0 (no) 1 (yes) 1
pos_menu position of the menu
(If the menu contains more than 5 items
position will becomes floating)
0 - floating menu
1 - left
2 - center
3 - right
1
style_menu menu style 0 - text only
1 - waves
2 - round rectangles
3 - simple rectangles
1
taillet_menu fontsize of the menu texts 8 to 20 10
taillet_smenu fontsize of the menu texts for subdirectories 8 to 20 10
style_fen style of the borders of the enlarged pictures 0 - without
1 - round
2 - square
1
deg_fen shade on the borders of the enlarged pictures 0 (no) 1 (yes) 1
dp_speed0 apparition duration in opacity of the enlarged picture 1 to infinity 2
dp_speed1 apparition duration of the borders of the enlarged picture 1 to infinity 2
dp_speed2 disparition duration in zoom of the enlarged picture 1 to infinity 2
dp_speed3 disparition duration of the borders of the enlarged picture 1 to infinity 2
style_thumb style of the borders of the thumbnails 0 - without
1 - round
2 - square
1
deg_thumb shade on the borders of the thumbnails 0 (no) 1 (yes) 1
an_thumb animation when thumnails appear 0 (no) 1 (yes) 1
highlight_trans opacity of the shade under the enlarged picture 0 to 100
0 - transparent
100 - opaque
50
demarauto open automatically the first picture of the directory 0 (no) 1 (yes) 0
diapoauto play automatically enlarged pictures 0 (no) 1 (yes) 0
tdiapo default time in each pictures in automatic play,
in seconds
1 to infinity 4
diap_numbh number of thumbnails in a line 1 to infinity 6
diap_numbv number of thumbnails lines by page 1 to infinity 4
diap_espaceh horizontal space between each thumbnail in pixel -infinity to infinity 8
diap_espacev vertical space between each thumbnail in pixel -infinity to infinity 8
diap_alphaoff transparency of the thumbnail when the mouse
is not over it
0 to 100
0 - opaque
100 - transparent
30
diap_alphaover transparency of the thumbnail when the mouse
moves over it
0 to 100
0 - opaque
100 - transparent
80
diap_place thumbnails alignement 1 - centered
2 - left
3 - right
4 - justify (maximum
space from left to right)
1
largeurmax_gdeimage maximum width that can take the enlarged picture
in pixels
1 to 700 700
hauteurmax_gdeimage maximum height that can take the enlarged picture
in pixels
1 to 350 350
place_grandeimage location of the enlarged picture
1 - centered
2 - left
3 - right
1
place_grandeimagev vertical location of the enlarged picture 1 - centered
2 - up
3 - down
1
deplacementy_menu vertical displacement of the menu in pixels -infinity to infinity 0
deplacementx_diaps horizontal displacement of the thumbnails
in pixels
-infinity to infinity 0
deplacementy_diaps vertical displacement of the thumbnails
in pixels
-infinity to infinity 0
im_bt_imageoff Location of the picture of the next/previous picture
button in normal state
Reactivity area : approximately 35x35 pixels
empty (original
picture)
or picture URL
 
im_bt_imageovr Location of the picture of the next/previous picture
button in roll over state
Reactivity area : approximately 35x35 pixels
empty (original
picture)
or picture URL
 
im_bt_pageoff Location of the picture of the next/previous page
button in normal state
Reactivity area : approximately 35x35 pixels
empty (original
picture)
or picture URL
 
im_bt_pageovr Location of the picture of the next/previous page
button in roll over state
Reactivity area : approximately 35x35 pixels
empty (original
picture)
or picture URL
 
depx_bt_imageprec horizontal displacement of the previous picture
button in pixels
-infinity to infinity 0
depy_bt_imageprec vertical displacement of the previous picture
button in pixels
-infinity to infinity 0
depx_bt_imagesuiv horizontal displacement of the next picture
button in pixels
-infinity to infinity 0
depy_bt_imagesuiv vertical displacement of the next picture
button in pixels
-infinity to infinity 0
depx_bt_pageprec horizontal displacement of the previous page
button in pixels
-infinity to infinity 0
depy_bt_pageprec vertical displacement of the previous page
button in pixels
-infinity to infinity 0
depx_bt_pagesuiv horizontal displacement of the next page
button in pixels
-infinity to infinity 0
depy_bt_pagesuiv vertical displacement of the next page
button in pixels
-infinity to infinity 0
style_char preloading style for the thumbnails and the
enlarged pictures
1 - simple bar
2 - bar and rings
3 - watch
2
interloader_color foreground color of the preloading of
new directories content
hexadecimal color ffffff
interloader_fondcolor background color of the preloading of
new directories content
hexadecimal color 000000
pc1_color color of circle 1 of preloader style 2 hexadecimal color ffffff
pc2_color color of circle 2 of preloader style 2 hexadecimal color 000000
pc3_color color of circle 3 of preloader style 2 hexadecimal color ffffff
pc4_color color of circle of preloading style 3 hexadecimal color 000000
pc5_color color of borders of preloading style 3 hexadecimal color ffffff
pc6_color color of the preloader bar hexadecimal color 000000
pc7_color color of the borders of the preloader bar hexadecimal color ffffff
cptpages_color color of the numeric pages and pictures counter hexadecimal color 000000
bt_color color of the interior of the "next" and "previous"
buttons
hexadecimal color ffffff
btctr_color color of the borders of the "next" and "previous"
buttons
hexadecimal color 000000
btref_color color of the reflection of the "next" and "previous"
buttons
hexadecimal color ffffff
cd_color color of the borders of the enlarged pictures hexadecimal color 000000
ctr_color color of the borders of the borders of the enlarged
pictures
hexadecimal color ffffff
tb_color color of the borders of the thumbnails hexadecimal color 000000
tbctr_color color of the borders of the borders of the
thumbnails
hexadecimal color ffffff
mn_color color of the borders of the menu items
(inactive on the menu style 1)
hexadecimal color 000000
mnov_color color of the borders of the menu items for the
selectionned item
(inactive on the menu style 1)
hexadecimal color ffffff
tm_color olor of the text of the menu items hexadecimal color 000000
fond_logo color of the background of the logo hexadecimal color ffffff
coul_logo color of the logo hexadecimal color 000000
fond_zoom background color of the background of the
zoom/save, play/pause and speed +/- buttons
hexadecimal color ffffff
coul_zoom foreground color of the background of the
zoom/save, play/pause and speed +/- buttons
hexadecimal color 000000
cpr copyright visible 0 (no) 1 (yes) 0
cpr_texte texte of the copyright
- use spaces to put copyright where you want
(left, center, right)
Text HTML within
CDATA
<![CDATA[ ©
WW.CREATION3D.ORG
2008 ]]>
cpr_color color of the copyright text hexadecimal color ffffff
cpr_trans opacity of the copyright text 0 to 100
0 - transparent
100 - opaque
50
sh_bandeau rolling text visible 0 (no) 1 (yes) 1
texte_bandeau rolling text text content Text HTML within
CDATA
<![CDATA[
rolling text text ]]>
bandtt_color color of the text of the rolling text hexadecimal color ffffff
band_color color of the background of the rolling text hexadecimal color 000000
bandctr_color color of the borders of the rolling text hexadecimal color ffffff
band_speed speed of the text of the rolling text
1 to infinity 5
band_x x position of the rolling text
from its original position
-infinity to infinity 0