rlm@3: var setThumbWidth = 56; //Thumbnail width (in pixels) rlm@3: var transitionspeed = 250; //Transition speed for fades. (1000 = 1 second) rlm@3: var slideshowtime = 6000; //Time delay for Slideshow (1000 = 1 second) rlm@3: rlm@3: //setting for text output and selling prints rlm@3: var playText = "Play Slide Show"; rlm@3: var pauseText = "Pause Slide Show"; rlm@3: var purchaseprinttxt = "Prints Available; See Below"; rlm@3: var purchaseOf = ""; rlm@3: var shipinginfoshort = ""; rlm@3: var selectSizes = "Select Size"; rlm@3: var orderText = "Buy Print"; rlm@3: rlm@3: //If you sell your prints with Google Checkout rlm@3: var merchantId = ""; rlm@3: rlm@3: //If you sell your prints with Paypal rlm@3: var paypalButtonId = "2JVJAN2X7GRZ2"; rlm@3: var paypalSelectText = ""; rlm@3: /*######*/ rlm@3: /*Begin Media Variables*/ rlm@3: /*######*/ rlm@3: var flashdefaultWidth= 360; // Initial width of the box (in pixels) rlm@3: var flashdefaultHeight= 240; // Initial height of the box (in pixels) rlm@3: // Global media options rlm@3: var scriptaccess= 'true'; // Allow script access to flash files rlm@3: var fullscreen= 'true'; // Use fullscreen rlm@3: var fullscreenNum= '1'; // 1 = true rlm@3: var autoplay= 'true'; // Plays the video as soon as it's opened rlm@3: var autoplayNum= '1'; // 1 = true rlm@3: var bgcolor= '#000000'; // Background color used for both flash and QT media rlm@3: // NonverBlaster // NonverBlaster Settings, allows to play .FLV, .SWF files rlm@3: var playerpath = 'nonverblaster/NonverBlaster.swf'; // Path to NonverBlaster.swf rlm@3: var controllerColor= '0x777777'; // set the controlbar color rlm@3: var showTimecode= 'false'; // turn timecode display off or on rlm@3: // Flickr options rlm@3: var flInfo= 'true'; // Show title and info at video start rlm@3: // Revver options rlm@3: var revverID= '340881'; // Revver affiliate ID required for ad revinue sharing rlm@3: var revverFullscreen= 'true'; // Fullscreen option rlm@3: var revverBack= '000000'; // Background colour rlm@3: var revverFront= 'ffffff'; // Foreground colour rlm@3: var revverGrad= '000000'; // Gradation colour rlm@3: // Youtube options rlm@3: var ytColor1= '000000'; // Outline colour rlm@3: var ytColor2= '333333'; // Base interface colour (highlight colours stay consistent) rlm@3: var ytQuality= '&ap=%2526fmt%3D18'; // Default quality setting - leave empty for standard quality use '&ap=%2526fmt%3D18' for high quality and '&ap=%2526fmt%3D22' for HD (note that not all videos are availible in high quality and very few in HD) rlm@3: // Vimeo options rlm@3: var vmTitle= '1'; // Show video title rlm@3: var vmByline= '1'; // Show byline rlm@3: var vmPortrait= '1'; // Show author portrait rlm@3: var vmColor= 'ffffff'; // Custom controller colours hex value minus the # sign defult is 5ca0b5 rlm@3: /*######*/ rlm@3: /*End Media Variables*/ rlm@3: /*######*/