Mercurial > judyates
view e2gallerypro/js/setupvars.js @ 21:15d9dc3bc9ba judyates
working on new front page.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 09 Feb 2014 09:53:41 -0500 |
parents | 788bb81ec9dd |
children |
line wrap: on
line source
1 var setThumbWidth = 56; //Thumbnail width (in pixels)2 var transitionspeed = 250; //Transition speed for fades. (1000 = 1 second)3 var slideshowtime = 6000; //Time delay for Slideshow (1000 = 1 second)5 //setting for text output and selling prints6 var playText = "Play Slide Show";7 var pauseText = "Pause Slide Show";8 var purchaseprinttxt = "Prints Available; See Below";9 var purchaseOf = "";10 var shipinginfoshort = "";11 var selectSizes = "Select Size";12 var orderText = "Buy Print";14 //If you sell your prints with Google Checkout15 var merchantId = "";17 //If you sell your prints with Paypal18 var paypalButtonId = "2JVJAN2X7GRZ2"; // $26519 //var paypalButtonId = "CDCUA3QBW3BDG"; // $.0121 var paypalSelectText = "";22 /*######*/23 /*Begin Media Variables*/24 /*######*/25 var flashdefaultWidth= 360; // Initial width of the box (in pixels)26 var flashdefaultHeight= 240; // Initial height of the box (in pixels)27 // Global media options28 var scriptaccess= 'true'; // Allow script access to flash files29 var fullscreen= 'true'; // Use fullscreen30 var fullscreenNum= '1'; // 1 = true31 var autoplay= 'true'; // Plays the video as soon as it's opened32 var autoplayNum= '1'; // 1 = true33 var bgcolor= '#000000'; // Background color used for both flash and QT media34 // NonverBlaster // NonverBlaster Settings, allows to play .FLV, .SWF files35 var playerpath = 'nonverblaster/NonverBlaster.swf'; // Path to NonverBlaster.swf36 var controllerColor= '0x777777'; // set the controlbar color37 var showTimecode= 'false'; // turn timecode display off or on38 // Flickr options39 var flInfo= 'true'; // Show title and info at video start40 // Revver options41 var revverID= '340881'; // Revver affiliate ID required for ad revinue sharing42 var revverFullscreen= 'true'; // Fullscreen option43 var revverBack= '000000'; // Background colour44 var revverFront= 'ffffff'; // Foreground colour45 var revverGrad= '000000'; // Gradation colour46 // Youtube options47 var ytColor1= '000000'; // Outline colour48 var ytColor2= '333333'; // Base interface colour (highlight colours stay consistent)49 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)50 // Vimeo options51 var vmTitle= '1'; // Show video title52 var vmByline= '1'; // Show byline53 var vmPortrait= '1'; // Show author portrait54 var vmColor= 'ffffff'; // Custom controller colours hex value minus the # sign defult is 5ca0b555 /*######*/56 /*End Media Variables*/57 /*######*/