Aqeeda Classes Videos Wajdi Akari
Path2Islam.com
FWDUVPUtils.onReady(function(){
FWDUVPlayer.useYoutube = "yes";
new FWDUVPlayer({
//main settings
instanceName:"player1",
parentId:"myDiv",
playlistsId:"playlists",
mainFolderPath:"http://path2islam.com/uvp/start/content",
skinPath:"minimal_skin_dark",
displayType:"responsive",
facebookAppId:"1471060049817774",
useDeepLinking:"yes",
rightClickContextMenu:"developer",
addKeyboardSupport:"yes",
autoScale:"yes",
showButtonsToolTip:"yes",
stopVideoWhenPlayComplete:"no",
autoPlay:"no",
loop:"no",
shuffle:"no",
maxWidth:580,
maxHeight:352,
buttonsToolTipHideDelay:1.5,
volume:.8,
backgroundColor:"#000000",
videoBackgroundColor:"#000000",
posterBackgroundColor:"#000000",
buttonsToolTipFontColor:"#5a5a5a",
//logo settings
showLogo:"yes",
hideLogoWithController:"no",
logoPosition:"topRight",
logoLink:"http://www.path2islam.com/",
logoMargins:5,
//playlists/categories settings
showPlaylistsButtonAndPlaylists:"no",
showPlaylistsByDefault:"no",
thumbnailSelectedType:"opacity",
startAtPlaylist:0,
buttonsMargins:0,
thumbnailMaxWidth:350,
thumbnailMaxHeight:350,
horizontalSpaceBetweenThumbnails:40,
verticalSpaceBetweenThumbnails:40,
//playlist settings
showPlaylistButtonAndPlaylist:"yes",
playlistPosition:"right",
showPlaylistByDefault:"yes",
showPlaylistName:"yes",
showSearchInput:"yes",
showLoopButton:"yes",
showShuffleButton:"yes",
showNextAndPrevButtons:"yes",
forceDisableDownloadButtonForFolder:"yes",
addMouseWheelSupport:"yes",
startAtRandomVideo:"yes",
folderVideoLabel:"VIDEO ",
playlistRightWidth:310,
playlistBottomHeight:299,
startAtVideo:0,
maxPlaylistItems:500,
thumbnailWidth:80,
thumbnailHeight:60,
spaceBetweenControllerAndPlaylist:2,
spaceBetweenThumbnails:2,
scrollbarOffestWidth:8,
scollbarSpeedSensitivity:.5,
playlistBackgroundColor:"#000000",
playlistNameColor:"#FFFFFF",
thumbnailNormalBackgroundColor:"#1b1b1b",
thumbnailHoverBackgroundColor:"#313131",
thumbnailDisabledBackgroundColor:"#272727",
searchInputBackgroundColor:"#000000",
searchInputColor:"#999999",
youtubeAndFolderVideoTitleColor:"#FFFFFF",
youtubeOwnerColor:"#888888",
youtubeDescriptionColor:"#888888",
//controller settings
showControllerWhenVideoIsStopped:"yes",
showNextAndPrevButtonsInController:"no",
showVolumeButton:"yes",
showTime:"yes",
showYoutubeQualityButton:"yes",
showInfoButton:"yes",
showDownloadButton:"yes",
showFacebookButton:"yes",
showEmbedButton:"yes",
showFullScreenButton:"yes",
repeatBackground:"yes",
controllerHeight:37,
controllerHideDelay:3,
startSpaceBetweenButtons:7,
spaceBetweenButtons:8,
scrubbersOffsetWidth:2,
mainScrubberOffestTop:14,
timeOffsetLeftWidth:5,
timeOffsetRightWidth:3,
timeOffsetTop:0,
volumeScrubberHeight:80,
volumeScrubberOfsetHeight:12,
timeColor:"#888888",
youtubeQualityButtonNormalColor:"#888888",
youtubeQualityButtonSelectedColor:"#FFFFFF",
//embed window and info window
embedAndInfoWindowCloseButtonMargins:0,
borderColor:"#333333",
mainLabelsColor:"#FFFFFF",
secondaryLabelsColor:"#a1a1a1",
shareAndEmbedTextColor:"#5a5a5a",
inputBackgroundColor:"#000000",
inputColor:"#FFFFFF",
//ads
openNewPageAtTheEndOfTheAds:"no",
playAdsOnlyOnce:"no",
adsButtonsPosition:"left",
skipToVideoText:"You can skip to video in: ",
skipToVideoButtonText:"Skip Ad",
adsTextNormalColor:"#888888",
adsTextSelectedColor:"#FFFFFF",
adsBorderNormalColor:"#666666",
adsBorderSelectedColor:"#FFFFFF"
});
registerAPI();
});
//Register API (an setInterval is required because the player is not available until the youtube API is loaded).
var registerAPIInterval;
function registerAPI(){
clearInterval(registerAPIInterval);
if(window.player1){
player1.addListener(FWDUVPlayer.READY, readyHandler);
player1.addListener(FWDUVPlayer.ERROR, errorHandler);
player1.addListener(FWDUVPlayer.PLAY, playHandler);
player1.addListener(FWDUVPlayer.PAUSE, pauseHandler);
player1.addListener(FWDUVPlayer.STOP, stopHandler);
player1.addListener(FWDUVPlayer.UPDATE, updateHandler);
player1.addListener(FWDUVPlayer.UPDATE_TIME, updateTimeHandler);
player1.addListener(FWDUVPlayer.UPDATE_VIDEO_SOURCE, updateVideoSourceHandler);
player1.addListener(FWDUVPlayer.UPDATE_POSTER_SOURCE, updatePosterSourceHandler);
player1.addListener(FWDUVPlayer.START_TO_LOAD_PLAYLIST, startToLoadPlaylistHandler);
player1.addListener(FWDUVPlayer.LOAD_PLAYLIST_COMPLETE, loadPlaylistCompleteHandler);
player1.addListener(FWDUVPlayer.PLAY_COMPLETE, playCompleteHandler);
}else{
registerAPIInterval = setInterval(registerAPI, 100);
}
};
//API event listeners examples
function readyHandler(e){
//console.log("API -- ready to use");
}
function errorHandler(e){
console.log(e.error);
}
function playHandler(e){
//console.log("API -- play");
}
function pauseHandler(e){
//console.log("API -- pause");
}
function stopHandler(e){
//console.log("API -- stop");
}
function updateHandler(e){
//console.log("API -- update video, percent played: " + e.percent);
}
function updateTimeHandler(e){
//console.log("API -- update time: " + e.currentTime + "/" + e.totalTime);
}
function
Aqeeda Classes Videos Wajdi Akari
Path2Islam.com
FWDUVPUtils.onReady(function(){
FWDUVPlayer.useYoutube = "yes";
new FWDUVPlayer({
//main settings
instanceName:"player1",
parentId:"myDiv",
playlistsId:"playlists",
mainFolderPath:"http://path2islam.com/uvp/start/content",
skinPath:"minimal_skin_dark",
displayType:"responsive",
facebookAppId:"1471060049817774",
useDeepLinking:"yes",
rightClickContextMenu:"developer",
addKeyboardSupport:"yes",
autoScale:"yes",
showButtonsToolTip:"yes",
stopVideoWhenPlayComplete:"no",
autoPlay:"no",
loop:"no",
shuffle:"no",
maxWidth:580,
maxHeight:352,
buttonsToolTipHideDelay:1.5,
volume:.8,
backgroundColor:"#000000",
videoBackgroundColor:"#000000",
posterBackgroundColor:"#000000",
buttonsToolTipFontColor:"#5a5a5a",
//logo settings
showLogo:"yes",
hideLogoWithController:"no",
logoPosition:"topRight",
logoLink:"http://www.path2islam.com/",
logoMargins:5,
//playlists/categories settings
showPlaylistsButtonAndPlaylists:"no",
showPlaylistsByDefault:"no",
thumbnailSelectedType:"opacity",
startAtPlaylist:0,
buttonsMargins:0,
thumbnailMaxWidth:350,
thumbnailMaxHeight:350,
horizontalSpaceBetweenThumbnails:40,
verticalSpaceBetweenThumbnails:40,
//playlist settings
showPlaylistButtonAndPlaylist:"yes",
playlistPosition:"right",
showPlaylistByDefault:"yes",
showPlaylistName:"yes",
showSearchInput:"yes",
showLoopButton:"yes",
showShuffleButton:"yes",
showNextAndPrevButtons:"yes",
forceDisableDownloadButtonForFolder:"yes",
addMouseWheelSupport:"yes",
startAtRandomVideo:"yes",
folderVideoLabel:"VIDEO ",
playlistRightWidth:310,
playlistBottomHeight:299,
startAtVideo:0,
maxPlaylistItems:500,
thumbnailWidth:80,
thumbnailHeight:60,
spaceBetweenControllerAndPlaylist:2,
spaceBetweenThumbnails:2,
scrollbarOffestWidth:8,
scollbarSpeedSensitivity:.5,
playlistBackgroundColor:"#000000",
playlistNameColor:"#FFFFFF",
thumbnailNormalBackgroundColor:"#1b1b1b",
thumbnailHoverBackgroundColor:"#313131",
thumbnailDisabledBackgroundColor:"#272727",
searchInputBackgroundColor:"#000000",
searchInputColor:"#999999",
youtubeAndFolderVideoTitleColor:"#FFFFFF",
youtubeOwnerColor:"#888888",
youtubeDescriptionColor:"#888888",
//controller settings
showControllerWhenVideoIsStopped:"yes",
showNextAndPrevButtonsInController:"no",
showVolumeButton:"yes",
showTime:"yes",
showYoutubeQualityButton:"yes",
showInfoButton:"yes",
showDownloadButton:"yes",
showFacebookButton:"yes",
showEmbedButton:"yes",
showFullScreenButton:"yes",
repeatBackground:"yes",
controllerHeight:37,
controllerHideDelay:3,
startSpaceBetweenButtons:7,
spaceBetweenButtons:8,
scrubbersOffsetWidth:2,
mainScrubberOffestTop:14,
timeOffsetLeftWidth:5,
timeOffsetRightWidth:3,
timeOffsetTop:0,
volumeScrubberHeight:80,
volumeScrubberOfsetHeight:12,
timeColor:"#888888",
youtubeQualityButtonNormalColor:"#888888",
youtubeQualityButtonSelectedColor:"#FFFFFF",
//embed window and info window
embedAndInfoWindowCloseButtonMargins:0,
borderColor:"#333333",
mainLabelsColor:"#FFFFFF",
secondaryLabelsColor:"#a1a1a1",
shareAndEmbedTextColor:"#5a5a5a",
inputBackgroundColor:"#000000",
inputColor:"#FFFFFF",
//ads
openNewPageAtTheEndOfTheAds:"no",
playAdsOnlyOnce:"no",
adsButtonsPosition:"left",
skipToVideoText:"You can skip to video in: ",
skipToVideoButtonText:"Skip Ad",
adsTextNormalColor:"#888888",
adsTextSelectedColor:"#FFFFFF",
adsBorderNormalColor:"#666666",
adsBorderSelectedColor:"#FFFFFF"
});
registerAPI();
});
//Register API (an setInterval is required because the player is not available until the youtube API is loaded).
var registerAPIInterval;
function registerAPI(){
clearInterval(registerAPIInterval);
if(window.player1){
player1.addListener(FWDUVPlayer.READY, readyHandler);
player1.addListener(FWDUVPlayer.ERROR, errorHandler);
player1.addListener(FWDUVPlayer.PLAY, playHandler);
player1.addListener(FWDUVPlayer.PAUSE, pauseHandler);
player1.addListener(FWDUVPlayer.STOP, stopHandler);
player1.addListener(FWDUVPlayer.UPDATE, updateHandler);
player1.addListener(FWDUVPlayer.UPDATE_TIME, updateTimeHandler);
player1.addListener(FWDUVPlayer.UPDATE_VIDEO_SOURCE, updateVideoSourceHandler);
player1.addListener(FWDUVPlayer.UPDATE_POSTER_SOURCE, updatePosterSourceHandler);
player1.addListener(FWDUVPlayer.START_TO_LOAD_PLAYLIST, startToLoadPlaylistHandler);
player1.addListener(FWDUVPlayer.LOAD_PLAYLIST_COMPLETE, loadPlaylistCompleteHandler);
player1.addListener(FWDUVPlayer.PLAY_COMPLETE, playCompleteHandler);
}else{
registerAPIInterval = setInterval(registerAPI, 100);
}
};
//API event listeners examples
function readyHandler(e){
//console.log("API -- ready to use");
}
function errorHandler(e){
console.log(e.error);
}
function playHandler(e){
//console.log("API -- play");
}
function pauseHandler(e){
//console.log("API -- pause");
}
function stopHandler(e){
//console.log("API -- stop");
}
function updateHandler(e){
//console.log("API -- update video, percent played: " + e.percent);
}
function updateTimeHandler(e){
//console.log("API -- update time: " + e.currentTime + "/" + e.totalTime);
}
function