diff e2gallerypro/js/setupvars.js @ 3:3f6b44aa6b35 judyates

[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author rlm
date Mon, 22 Feb 2010 08:02:39 -0500
parents
children 788bb81ec9dd
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/e2gallerypro/js/setupvars.js	Mon Feb 22 08:02:39 2010 -0500
     1.3 @@ -0,0 +1,2 @@
     1.4 +var setThumbWidth = 56;							//Thumbnail width (in pixels)
     1.5 var transitionspeed = 250;						//Transition speed for fades. (1000 = 1 second)
     1.6 +var slideshowtime = 6000;						//Time delay for Slideshow (1000 = 1 second)
     1.7 
     1.8 //setting for text output and selling prints
     1.9 var playText = "Play Slide Show";
    1.10 var pauseText = "Pause Slide Show";
    1.11 var purchaseprinttxt = "Prints Available; See Below";
    1.12 var purchaseOf = "";
    1.13 var shipinginfoshort = "";
    1.14 var selectSizes = "Select Size";
    1.15 var orderText = "Buy Print";
    1.16 
    1.17 //If you sell your prints with Google Checkout
    1.18 var merchantId = "";
    1.19 
    1.20 //If you sell your prints with Paypal
    1.21 var paypalButtonId = "2JVJAN2X7GRZ2";
    1.22 var paypalSelectText = "";
    1.23 /*######*/
    1.24 /*Begin Media Variables*/
    1.25 /*######*/
    1.26 var flashdefaultWidth= 360;								// Initial width of the box (in pixels)
    1.27 var flashdefaultHeight= 240;							// Initial height of the box (in pixels)
    1.28 // Global media options
    1.29 var scriptaccess= 'true';								// Allow script access to flash files
    1.30 var fullscreen= 'true';									// Use fullscreen
    1.31 var fullscreenNum= '1';									// 1 = true
    1.32 var autoplay= 'true';									// Plays the video as soon as it's opened
    1.33 var autoplayNum= '1';									// 1 = true
    1.34 var bgcolor= '#000000';									// Background color used for both flash and QT media
    1.35 // NonverBlaster									    // NonverBlaster Settings, allows to play .FLV, .SWF files
    1.36 var playerpath = 'nonverblaster/NonverBlaster.swf';		// Path to NonverBlaster.swf
    1.37 var controllerColor= '0x777777';						// set the controlbar color
    1.38 var showTimecode= 'false';								// turn timecode display off or on
    1.39 // Flickr options
    1.40 var flInfo= 'true';										// Show title and info at video start
    1.41 // Revver options
    1.42 var revverID= '340881';									// Revver affiliate ID required for ad revinue sharing
    1.43 var revverFullscreen= 'true';							// Fullscreen option
    1.44 var revverBack= '000000';								// Background colour
    1.45 var revverFront= 'ffffff';								// Foreground colour
    1.46 var revverGrad= '000000';								// Gradation colour
    1.47 // Youtube options
    1.48 var ytColor1= '000000';									// Outline colour
    1.49 var ytColor2= '333333';									// Base interface colour (highlight colours stay consistent)
    1.50 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)
    1.51 // Vimeo options
    1.52 var vmTitle= '1';										// Show video title
    1.53 var vmByline= '1';										// Show byline
    1.54 var vmPortrait= '1';									// Show author portrait
    1.55 var vmColor= 'ffffff';									// Custom controller colours hex value minus the # sign defult is 5ca0b5
    1.56 /*######*/
    1.57 /*End Media Variables*/
    1.58 /*######*/
    1.59 \ No newline at end of file