diff e2gallerypro/js/setupvars.js @ 5:788bb81ec9dd judyates

[svn r6] tested paypal; ready to put up new money-making gallery!
author rlm
date Mon, 22 Feb 2010 08:52:08 -0500
parents 3f6b44aa6b35
children
line wrap: on
line diff
     1.1 --- a/e2gallerypro/js/setupvars.js	Mon Feb 22 08:19:13 2010 -0500
     1.2 +++ b/e2gallerypro/js/setupvars.js	Mon Feb 22 08:52:08 2010 -0500
     1.3 @@ -1,2 +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
    1.60 +var slideshowtime = 6000;						//Time delay for Slideshow (1000 = 1 second)
    1.61 
    1.62 //setting for text output and selling prints
    1.63 var playText = "Play Slide Show";
    1.64 var pauseText = "Pause Slide Show";
    1.65 var purchaseprinttxt = "Prints Available; See Below";
    1.66 var purchaseOf = "";
    1.67 var shipinginfoshort = "";
    1.68 var selectSizes = "Select Size";
    1.69 var orderText = "Buy Print";
    1.70 
    1.71 //If you sell your prints with Google Checkout
    1.72 var merchantId = "";
    1.73 
    1.74 //If you sell your prints with Paypal
    1.75 var paypalButtonId = "2JVJAN2X7GRZ2"; // $265
    1.76 //var paypalButtonId = "CDCUA3QBW3BDG";   // $.01
    1.77 
    1.78 var paypalSelectText = "";
    1.79 /*######*/
    1.80 /*Begin Media Variables*/
    1.81 /*######*/
    1.82 var flashdefaultWidth= 360;								// Initial width of the box (in pixels)
    1.83 var flashdefaultHeight= 240;							// Initial height of the box (in pixels)
    1.84 // Global media options
    1.85 var scriptaccess= 'true';								// Allow script access to flash files
    1.86 var fullscreen= 'true';									// Use fullscreen
    1.87 var fullscreenNum= '1';									// 1 = true
    1.88 var autoplay= 'true';									// Plays the video as soon as it's opened
    1.89 var autoplayNum= '1';									// 1 = true
    1.90 var bgcolor= '#000000';									// Background color used for both flash and QT media
    1.91 // NonverBlaster									    // NonverBlaster Settings, allows to play .FLV, .SWF files
    1.92 var playerpath = 'nonverblaster/NonverBlaster.swf';		// Path to NonverBlaster.swf
    1.93 var controllerColor= '0x777777';						// set the controlbar color
    1.94 var showTimecode= 'false';								// turn timecode display off or on
    1.95 // Flickr options
    1.96 var flInfo= 'true';										// Show title and info at video start
    1.97 // Revver options
    1.98 var revverID= '340881';									// Revver affiliate ID required for ad revinue sharing
    1.99 var revverFullscreen= 'true';							// Fullscreen option
   1.100 var revverBack= '000000';								// Background colour
   1.101 var revverFront= 'ffffff';								// Foreground colour
   1.102 var revverGrad= '000000';								// Gradation colour
   1.103 // Youtube options
   1.104 var ytColor1= '000000';									// Outline colour
   1.105 var ytColor2= '333333';									// Base interface colour (highlight colours stay consistent)
   1.106 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.107 // Vimeo options
   1.108 var vmTitle= '1';										// Show video title
   1.109 var vmByline= '1';										// Show byline
   1.110 var vmPortrait= '1';									// Show author portrait
   1.111 var vmColor= 'ffffff';									// Custom controller colours hex value minus the # sign defult is 5ca0b5
   1.112 /*######*/
   1.113 /*End Media Variables*/
   1.114 /*######*/
   1.115 \ No newline at end of file