Open Realty addon that shows listings in a beautiful flash slide show with thumbnails and popup image preview.
Based on your server settings you may need to make changes to /addons/flashthumb/xml/.
You may need to make it writable (Usually CHMOD 777 or 755)
Seek help if you do not know how to do this.
1. Just copy the "flashthumb" folder to your "addons" directory.
2. Open "flashthumb/fconfig.php" and make your customizations there.
3. TAG: {addon_flashthumb_show}
******************* ENJOY ************************************************
======
NOTICE
============================================================
Please note that the addon.inc.php file is encoded and cannot be modified.
All changes to the function of this script can be made in the fconfig.php.
============================================================
$ftitle = "Featured Listings"; // Site name or title for the slide
$slideshow_interval = "5"; // Slide speed
$pause_slideshow = "false"; // Pause Slideshoow
$rss_scale_images = "true"; // Allowing image resizing
$background_music_thumb_f = ""; // Leave blank for no sound use "audio.mp3" for sound
$background_music_volume = "50"; // Initial sound/music volume
$link_images = "true"; // Should images be linkable
$disable_printscreen = "false"; // Allow or disallow someone from using print screen to capture your image
$slide_width = "500"; // Slide width
$slide_height = "350"; // Slide height
$allowFullScreen = "true"; // Allow full screen view of the images
$quality = "best"; // Image quality
$scale = "noScale"; // Allow image scaling (Not implimented as yet)