<script type="text/javascript" charset="utf-8">
$(function(){
$("#video_box").Video({ //ALL PLUGIN OPTIONS
instanceName:"player1", //name of the player instance
autohideControls:2, //autohide HTML5 player controls
hideControlsOnMouseOut:"No", //hide HTML5 player controls on mouse out of the player: "Yes","No"
videoPlayerWidth:1026,
videoPlayerHeight:500,
responsive:true,
playlist:"Right playlist",
playlistScrollType:"3d",
playlistBehaviourOnPageload:"opened",
autoplay:true,
colorAccent:"#cc181e",
vimeoColor:"00adef",
youtubeControls:"custom controls",
youtubeSkin:"dark",
youtubeColor:"red",
youtubeQuality:"default",
videoPlayerShadow:"effect1",
loadRandomVideoOnStart:"No",
shuffle:"No",
posterImg:"<?php echo $output['video_info']['iurlmaxres'];?>",
onFinish:"Play next video",
nowPlayingText:"No",
fullscreen:"Fullscreen native",
rightClickMenu:true,
hideVideoSource:false,
showAllControls:true,
allowSkipAd:true,
infoShow:"Yes",
shareShow:"No",
facebookShow:"No",
twitterShow:"No",
mailShow:"No",
facebookShareName:"Elite video player",
facebookShareLink:"",
facebookShareDescription:"Elite Video Player is stunning, modern, responsive, fully customisable high-end video player for WordPress that support advertising and the most popular video platforms like YouTube, Vimeo or self-hosting videos (mp4).", //third parametar of facebook share in facebook feed dialog is description below link
facebookSharePicture:"",
twitterText:"Elite video player",
twitterLink:"",
twitterHashtags:"wordpressvideoplayer",
twitterVia:"Creative media",
googlePlus:"",
logoShow:"Yes",
logoClickable:"Yes",
logoPath:"<?php echo RESOURCE_SITE_URL;?>/js/video/images/logo/logo.png",
logoGoToLink:"http://kadamas.ru",
logoPosition:"bottom-left",
embedShow:"No",
embedCodeSrc:"kadamas.ru",
embedCodeW:"746",
embedCodeH:"420",
embedShareLink:"kadamas.ru",
youtubePlaylistID:"",
youtubeChannelID:"",
//manual playlist
videos:[
{
videoType:"youtube",
title:"<?php echo $output['video_info']['video_name'];?>",
youtubeID:"<?php echo $output['video_info']['original_video_id'];?>",
vimeoID:"",
mp4:"",
imageUrl:"<?php echo $output['video_info']['iurlmaxres'];?>",
imageTimer:4,
prerollAD:"no",
prerollGotoLink:"",
preroll_mp4:"",
prerollSkipTimer:5,
midrollAD:"no",
midrollAD_displayTime:"00:10",
midrollGotoLink:"",
midroll_mp4:"",
midrollSkipTimer:5,
postrollAD:"no",
postrollGotoLink:"",
postroll_mp4:"",
postrollSkipTimer:5,
popupImg:"",
popupAdShow:"no",
popupAdStartTime:"00:03",
popupAdEndTime:"00:07",
popupAdGoToLink:"",
description:"",
thumbImg:"<?php echo $output['video_info']['thumbnail_url'];?>",
info:"<?php echo $output['video_info']['video_name'];?>"
},
]
});
});
</script>