Open Realty addon that shows Featured Listings in a beautiful flash slide show.
Please not that you are paying for the implementation of the JW player into Open Realty and not for a commercial license of the player. If you want to use this player commercially, you still need to obtain a license from the author of the player. https://www.longtailvideo.com/order/
Or you can purchase an install from us for $39.99 and obtain a commercial site license in the process.
Tag: {addon_flashslidefeatured_show}
open "fconfig.php" and customize settings from there
Audio
=====
I have included a default mp3 file called audio.mp3
Leave blank in the fconfig.php file for no audio or
upload your own file and set the name in the config file.
======
Files must be uploaded to the addons/flashslidefeatured/mp3/ folder
Go here if you want to find some sample music
http://www.eclassical.com/
======
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.
===========================================================
$quantity = 10; // Number of listings to show
$creator ="Site Name"; // Site name here
$shuffle = "false"; // Should the player shuffle the playback true or false
$stretching = "exactfit"; // How to fit image/video in playable area
$allowfull = "true"; // Allow Full Screen true or false
$overstretch = "true"; // Should the player stretch the image
$rwidth = "480"; // Rotator Width
$rheight = "300"; // Rotator Height
$shownav = "true"; // Show Navigation Buttons true or false
$linkd = "true"; // Link From Display true or false
$st = "true"; // Use smoothing
$lt = "_self"; // How to Link Target Pages: _self, _blank
$rlogo = "logo.png"; // Rotator Logo image. Leave blank for no logo ""
$audio = ""; // Default Audio File, leave blank for none
// See readme.txt for more autio options