HOW TO...

  1. HOWTO... add / remove galleries : as simple as ... FTP a new folder in eyelash_images folder (create or delete) . Please note the required folder structure for any eyelash gallery :
    • eyelash_images/mygallery...
      • big
      • small
      • texts
  2. HOWTO ... add / remove pictures in a gallery : as simple as... FTP images in the selected folder / gallery in eyelash_images / mygallery / big
  3. HOWTO ... edit text info : login to admin with user eye and password lash and click on selected image text file.

Full control over your layout

Unlinke other commercial flash photo application, Eyelash is shipped with complete control over the PHP and FLA source code. As such you can do what you want with colors, layouts,  backgrounds, positions. You can even try to modify the code to adapt it to your needs.

When you purchase Eyelash, you don't get just the product, you also get the inside algorithms, as described below.

Source Code Structure

  • MAIN FILES
    • eyelash_gallery.fla
      the main flash source. It instanciates the XML structure and defines the createGallery function that does the reading of the file list and thumbnails generated to a temporay XML file by...
    • eyelash_xml_render.php
      the core of the process : php reads the list of images from the specified folder, creates the XML while ensuring all thumbnails are correctly created, and big images resized to the suitable size for the display. Also creates the txt file that store each image description.
  • INCLUDES FOLDER (eyelash_files)
    • global.inc.php : contains global variables. This is the place to start with to customize Eyelash
    • eyelash_files/include contains HTML display code for the top and bottom of the page : gradient function