rlm@3
|
1 var setThumbWidth = 56; //Thumbnail width (in pixels)
|
rlm@5
|
2 var transitionspeed = 250; //Transition speed for fades. (1000 = 1 second)
|
rlm@5
|
3 var slideshowtime = 6000; //Time delay for Slideshow (1000 = 1 second)
|
rlm@5
|
4
|
rlm@5
|
5 //setting for text output and selling prints
|
rlm@5
|
6 var playText = "Play Slide Show";
|
rlm@5
|
7 var pauseText = "Pause Slide Show";
|
rlm@5
|
8 var purchaseprinttxt = "Prints Available; See Below";
|
rlm@5
|
9 var purchaseOf = "";
|
rlm@5
|
10 var shipinginfoshort = "";
|
rlm@5
|
11 var selectSizes = "Select Size";
|
rlm@5
|
12 var orderText = "Buy Print";
|
rlm@5
|
13
|
rlm@5
|
14 //If you sell your prints with Google Checkout
|
rlm@5
|
15 var merchantId = "";
|
rlm@5
|
16
|
rlm@5
|
17 //If you sell your prints with Paypal
|
rlm@5
|
18 var paypalButtonId = "2JVJAN2X7GRZ2"; // $265
|
rlm@5
|
19 //var paypalButtonId = "CDCUA3QBW3BDG"; // $.01
|
rlm@5
|
20
|
rlm@5
|
21 var paypalSelectText = "";
|
rlm@5
|
22 /*######*/
|
rlm@5
|
23 /*Begin Media Variables*/
|
rlm@5
|
24 /*######*/
|
rlm@5
|
25 var flashdefaultWidth= 360; // Initial width of the box (in pixels)
|
rlm@5
|
26 var flashdefaultHeight= 240; // Initial height of the box (in pixels)
|
rlm@5
|
27 // Global media options
|
rlm@5
|
28 var scriptaccess= 'true'; // Allow script access to flash files
|
rlm@5
|
29 var fullscreen= 'true'; // Use fullscreen
|
rlm@5
|
30 var fullscreenNum= '1'; // 1 = true
|
rlm@5
|
31 var autoplay= 'true'; // Plays the video as soon as it's opened
|
rlm@5
|
32 var autoplayNum= '1'; // 1 = true
|
rlm@5
|
33 var bgcolor= '#000000'; // Background color used for both flash and QT media
|
rlm@5
|
34 // NonverBlaster // NonverBlaster Settings, allows to play .FLV, .SWF files
|
rlm@5
|
35 var playerpath = 'nonverblaster/NonverBlaster.swf'; // Path to NonverBlaster.swf
|
rlm@5
|
36 var controllerColor= '0x777777'; // set the controlbar color
|
rlm@5
|
37 var showTimecode= 'false'; // turn timecode display off or on
|
rlm@5
|
38 // Flickr options
|
rlm@5
|
39 var flInfo= 'true'; // Show title and info at video start
|
rlm@5
|
40 // Revver options
|
rlm@5
|
41 var revverID= '340881'; // Revver affiliate ID required for ad revinue sharing
|
rlm@5
|
42 var revverFullscreen= 'true'; // Fullscreen option
|
rlm@5
|
43 var revverBack= '000000'; // Background colour
|
rlm@5
|
44 var revverFront= 'ffffff'; // Foreground colour
|
rlm@5
|
45 var revverGrad= '000000'; // Gradation colour
|
rlm@5
|
46 // Youtube options
|
rlm@5
|
47 var ytColor1= '000000'; // Outline colour
|
rlm@5
|
48 var ytColor2= '333333'; // Base interface colour (highlight colours stay consistent)
|
rlm@5
|
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)
|
rlm@5
|
50 // Vimeo options
|
rlm@5
|
51 var vmTitle= '1'; // Show video title
|
rlm@5
|
52 var vmByline= '1'; // Show byline
|
rlm@5
|
53 var vmPortrait= '1'; // Show author portrait
|
rlm@5
|
54 var vmColor= 'ffffff'; // Custom controller colours hex value minus the # sign defult is 5ca0b5
|
rlm@5
|
55 /*######*/
|
rlm@5
|
56 /*End Media Variables*/
|
rlm@5
|
57 /*######*/
|