FWDUVPUtils.onReady(function(){ new FWDUVPlayer({ //main settings instanceName:"player1", parentId:"myDiv", playlistsId:"playlists", mainFolderPath:"content", skinPath:"modern_skin_white", displayType:"responsive", initializeOnlyWhenVisible:"no", fillEntireVideoScreen:"no", privateVideoPassword:"428c841430ea18a70f7b06525d4b748a", useHEXColorsForSkin:"no", normalHEXButtonsColor:"#FF0000", selectedHEXButtonsColor:"#FF0000", showPreloader:"yes", addKeyboardSupport:"yes", autoScale:"no", stopVideoWhenPlayComplete:"yes", autoPlay:"no", loop:"no", shuffle:"no", showErrorInfo:"yes", maxWidth:1000, maxHeight:495, volume:.8, buttonsToolTipHideDelay:1.5, //kleur van achtergrond speler backgroundColor:"#0000FF", videoBackgroundColor:"#0000FF", posterBackgroundColor:"#0000FF", buttonsToolTipFontColor:"#0000FF", //logo settings showLogo:"yes", hideLogoWithController:"yes", logoPosition:"topRight", logoMargins:5, //playlists/categories settings usePlaylistsSelectBox:"no", //showPlaylistsButtonAndPlaylists:"yes", showPlaylistsByDefault:"no", thumbnailSelectedType:"opacity", startAtPlaylist:0, buttonsMargins:7, //info bladzijde met TB info thumbnailMaxWidth:350, thumbnailMaxHeight:350, horizontalSpaceBetweenThumbnails:40, verticalSpaceBetweenThumbnails:40, //playlist settings showPlaylistButtonAndPlaylist:"yes", playlistPosition:"right", showPlaylistByDefault:"yes", showPlaylistName:"no", showSearchInput:"no", showLoopButton:"yes", showShuffleButton:"no", showNextAndPrevButtons:"yes", //showThumbnail:"yes", forceDisableDownloadButtonForFolder:"yes", addMouseWheelSupport:"yes", startAtRandomVideo:"no", folderVideoLabel:"VIDEO ", playlistRightWidth:300, playlistBottomHeight:2300, startAtVideo:0, maxPlaylistItems:170, thumbnailWidth:120, thumbnailHeight:80, //Ruimte tussen speler en lijst spaceBetweenControllerAndPlaylist:10, spaceBetweenThumbnails:2, scrollbarOffestWidth:8, scollbarSpeedSensitivity:.5, playlistBackgroundColor:"#FFFFFF", //playlistNameColor:"#FF00FF", //afspeellijst achtergrond thumbnailNormalBackgroundColor:"#1F45FC", // muis over afspeellijst thumbnailHoverBackgroundColor:"#008000", thumbnailDisabledBackgroundColor:"#ADD8E6", searchInputBackgroundColor:"#c0c0c0", searchInputColor:"#333333", // youtubeAndFolderVideoTitleColor:"#000000", folderAudioSecondTitleColor:"#999999", //youtubeOwnerColor:"#919191", //youtubeDescriptionColor:"#919191", mainSelectorBackgroundSelectedColor:"#0000FF", mainSelectorTextNormalColor:"#0000FF", mainSelectorTextSelectedColor:"#FFFFFFF", mainButtonBackgroundNormalColor:"#FFFFFF", //2e menu achtergrond //mainButtonBackgroundSelectedColor:"#FF00FF", mainButtonTextNormalColor:"#FF00FF", mainButtonTextSelectedColor:"#FFFFFF", //controller settings showController:"yes", showControllerWhenVideoIsStopped:"yes", showNextAndPrevButtonsInController:"no", showPlaybackRateButton:"yes", showVolumeButton:"yes", showTime:"yes", showQualityButton:"yes", showInfoButton:"yes", showDownloadButton:"no", showShareButton:"no", showEmbedButton:"no", showFullScreenButton:"yes", disableVideoScrubber:"no", repeatBackground:"yes", //controller hoogte controllerHeight:35, controllerHideDelay:3, //controller lengte startSpaceBetweenButtons:8, spaceBetweenButtons:10, scrubbersOffsetWidth:2, mainScrubberOffestTop:17, timeOffsetLeftWidth:2, timeOffsetRightWidth:2, timeOffsetTop:1, volumeScrubberHeight:80, volumeScrubberOfsetHeight:20, timeColor:"#FF0000", // niet youtubeQualityButtonNormalColor:"#FF0000", // niet youtubeQualityButtonSelectedColor:"#000000", //advertisement on pause window //aopwTitle:"Advertisement", //aopwWidth:400, //aopwHeight:240, //aopwBorderSize:6, //aopwTitleColor:"#000000", //loggin isLoggedIn:"yes", playVideoOnlyWhenLoggedIn:"yes", loggedInMessage:"Please login to view this video.", //audio visualizer audioVisualizerLinesColor:"#0099FF", audioVisualizerCircleColor:"#FFFFFF", //playback rate / speed defaultPlaybackRate:1, //0.25, 0.5, 1, 1.25, 1.2, 2 //cuepoints executeCuepointsOnlyOnce:"no", //annotations showAnnotationsPositionTool:"no", //ads openNewPageAtTheEndOfTheAds:"no", adsButtonsPosition:"left", skipToVideoText:"You can skip to video in: ", skipToVideoButtonText:"Skip Ad", adsTextNormalColor:"#6a6a6a", adsTextSelectedColor:"#000000", adsBorderNormalColor:"#FF00FF", adsBorderSelectedColor:"#0000FF" }); });