 // DETECT FLASH PLAYER VERSION FOR FULLSCREEN EXPERIENCE (from Flash Player v9.0.28) 

detectFlashPlayer=true;

// fullScreenFunction : if false, fullscreen mode won't be available
fullScreenFunction=true;


// PHP SCRIPT PATH 

// Path of the PHP provider script relative to the "player.swf" file or absolute (movies should be located in the same folder)
phpPath="http://www.mamaison.tv/flv/flvprovider.php";
// movieName without extension, check bandwidth detector if you want to use different versions of a movie
movieName="00200";


// BEHAVIOURS
bufferTime=1;
volume=100;
autoStart=false;

// Behaviours when autoStart=false
// startPauseMode="Picture" | startPauseMode="First Frame" | startPauseMode="Empty Screen"
startPauseMode="Picture";
// picturesFolder : the relative or absolute path to the folder where the pictures are. 
// Use the movieName for your pictures' names (myMovie.jpg for a movieName myMovie)
picturesFolder="http://www.mamaison.tv/images/vignettes/";
// startShowControls : if true, show the controls when play button is pressed.
startShowControls=true;

// endBehaviour : behaviour when the movie ends.
// endBehaviour="Stop" | endBehaviour="Loop"
endBehaviour="Stop";
// endFullScreenBackToNormal : if true, get back to normal mode when the movie ends in fullscreen mode
endFullScreenBackToNormal=true;
// endJavascriptFunction : a javascript function that will be called at the end of the movie
endJavascriptFunction="";
// stopCloseConnect : if true, the connection will be closed when stop button is pressed.
stopCloseConnect=true;


// BANDWIDTH DETECTOR
// Set differentVersions to true to enable bandwidth detection
// If differentVersions=false upload a single version of a movie on your server : [movieName].flv
// if differentVersions=true upload three different versions of a movie on your server :
// [movieName][version_hi_extension].flv
// [movieName][version_medium_extension].flv
// [movieName][version_low_extension].flv

differentVersions=true;
version_hi_value=768;
version_medium_value=512;
version_low_value=56;
version_hi_extension="_768";
version_medium_extension="_512";
version_low_extension="_56";


// PLAYER'S PROPERTIES

// SIZE AND COLORS
playerWidth=500;
playerHeight=400;
// autoSize="Movie" | autoSize="Off";
autoSize="Movie";
// If autoSize="Off", you can define blackborders
// You can use negative values to zoom into the movie
blackBorderWidth=0;
blackBorderHeight=0;
playerColor="#333333";
barColor="#FFFFFF";
playbarColor="#E2F9D9";
screenBorder=false;
screenBorderColor="#333333";
buttonsColor="#FFFFFF";
timeColor="#FFFFFF";
backgroundColor="#000000";
backgroundAlpha=100;
controlsY=15;

// CONTROLS POSITION AND COLORS in FULLSCREEN MODE
// ControlsYFullScreen, y position from the bottom of the screen
controlsYFullScreen=80;
playerColorFullScreen="#333333";
barColorFullScreen="#FFFFFF";
playbarColorFullScreen="#E2F9D9";
buttonsColorFullScreen="#FFFFFF";
timeColorFullScreen="#FFFFFF";
backgroundColorFullScreen="#000000";
backgroundAlphaFullScreen=100;

// CONTROLS
// controls="Hide" | controls="Autohide" | controls="Show"
controls="Show";
stopButton=true;
stopButtonFirst=true;
rewindFastForwardButtons=true;
// rw_ff_interval in seconds
rw_ff_interval=4;
volumeSlider=true;
showTimecode=true;
controlsBarPress=true;
// timeFormat="mm:ss" | timeFormat="hh:mm:ss" | timeFormat="mm:ss|duration" | timeFormat="hh:mm:ss|duration"
timeFormat="mm:ss|duration";
// doubleClickListener to go Fullscreen
doubleClickListener=true;

// BUFFER MESSAGE
bufferMessage=true;
bufferText="buffering";
bufferTextColor="#FFFFFF";
bufferTextBackgroundColor="#993333";
bufferTextBackgroundAlpha=40;
// bufferTextPosition="Upper Right" | bufferTextPosition="Upper Left" | bufferTextPosition="Lower Right" | bufferTextPosition="Lower Left" | bufferTextPosition="Center"
bufferTextPosition="Upper Left";

// LOGO
logo=true;
// logo can be a jpg or a swf
logoPath="http://www.mamaison.tv/images/logo.swf";
// logoPosition="Upper Right" | logoPosition="Upper Left" | logoPosition="Lower Right" | logoPosition="Lower Left"
logoPosition="Upper Right";
logoAlpha=100;
logo_x=3;
logo_y=3;


// COMMERCIAL
playCommercialFirst=false;
commercialMovieName="";
commercialLink="";
commercialText="Your movie will start after this commercial...";
commercialTextColor="#333333";
commercialTextBold=true;


// SUBTITLES

subtitleXML="";
// subVisible at start
subVisible=true;
subButton=false;
subButtonOffColor="#CCCCCC";
subColor="#FFFFFF";
subBackground=true;
subBackgroundColor="#333333";
subBackgroundAlpha=40;
subFontSize=14;
autohideSubBackground=false;
// subAlign="left" | subAlign="center" | subAlign="right"
subAlign="center";
blankLineListMode=2;

// SUBTITLES COLORS IN FULLSCREEN MODE
subColorFullScreen="#FFFFFF";
subBackgroundFullScreen=false;
subBackgroundColorFullScreen="#993333";
subBackgroundAlphaFullScreen=40;
subFontSizeFullScreen=20;
autohideSubBackgroundFullScreen=false;
// subAlignFullScreen="left" | subAlignFullScreen="center" | subAlignFullScreen="right"
subAlignFullScreen="center";
blankLineFullScreen=2;


// POP UP

// Detect Flash Player Pop Up
// Detect Flash Player Text=[detectPopUpText1]+[versionNumber]+[detectPopUpText2]
// You can use HTML tags

detectPopUpTitle="Adobe Flash Player Version";
detectPopUpText1="You have Flash Player<br>version ";
detectPopUpText2=" installed.<br><br>Enjoy a fullscreen<br>experience with the new Flash Player.";
detectPopUpButton1="Get Flash";
detectPopUpButton2="Continue";

// Detect Bandwidth Pop Up
// Detect Bandwidth Result Text=[bandwidthDetectPopUpText2]+[bandwidth]+" kbps"

displayBandwidthDetectPopUp=true;
bandwidthDetectPopUpTitle="Détecteur de vitesse de MaMaisonTV";
bandwidthDetectPopUpText1="Détection de bande passante<br>Patientez SVP...";
bandwidthDetectPopUpText2="Votre Bande Passante :<br>"

// Loading Movie Pop Up
displayLoadingMoviePopUp=true;
loadingMoviePopUpTitle="Chargement...";
loadingMoviePopUpText="Chargement de la vidéo<br>Patientez SVP..."


// Select Bandwidth Pop Up
// Select Bandwidth Text=[bandwidthSelectPopUpText1]+[bandwidthTextForXXXBandwidth]+[bandwidthSelectPopUpText2]+[version_XXX_value]+[bandwidthSelectPopUpText3]

bandwidthSelectPopUpTitle="Sélection de Bande passante";
bandwidthSelectPopUpButton1="Bas";
bandwidthSelectPopUpButton2="Moyen";
bandwidthSelectPopUpButton3="Haut";

bandwidthTextForLowBandwidth="Bas";
bandwidthTextForMediumBandwidth="Moyen";
bandwidthTextForHiBandwidth="Haut";

bandwidthSelectPopUpText1="";
bandwidthSelectPopUpText2=" bande passante sélectionnée :<br>";
bandwidthSelectPopUpText3=" kbps movie.<br><br>Choisissez la bande passante<br>désirée, svp :";

// Info Pop Up
// This pop up is displayed if no movie is loaded at start (movieName="")
displayInfoPopUp=true;
infoPopUpTitle="Choisissez une vidéo";
infoPopUpText="Choisissez une vidéo dans la liste, svp"


// SWF PROPERTIES

// swfPath : path of the swf that contains the player without swf extension
swfPath="http://www.mamaison.tv/swf/playertv";
// swfID : name of the Flash Object
swfID="player";
// speedClipPath : path of the swf that contains the speed detector clip without swf extension
speedClipPath="http://www.mamaison.tv/swf/speedClip";
swfWidth=playerWidth;
swfHeight=playerHeight+controlsY;
swfBackgroundColor="#000000";