Sei sulla pagina 1di 17

{"version": "2.

0","name": "Elite Video Player","subline": "jQuery


plugin","username": "_zac_","created": "08/01/2014","website":
"http://codecanyon.net/user/_zac_","update": "08/29/2016","update_today":
true,"email": "","description": "","intro": "Thank you for purchasing my item. If
you have any questions that are beyond the scope of this help file, please feel
free to email me via my user page contact form on CodeCanyon. Thanks so
much!","button_1_text": "Email me","button_2_text": "CodeCanyon
portfolio","button_3_text": "ActiveDen portfolio","button_1_url":
"http://codecanyon.net/user/_zac_#contact","button_2_url":
"http://codecanyon.net/user/_zac_/portfolio","button_3_url":
"http://activeden.net/user/_zac_/portfolio","sections": [{"title": "Elite Video
Player main features","id": "elite_video_player_main_features","content":
"<p>\tThis is HTML5 ready video player that plays videos from YouTube, Vimeo and
self hosted videos (mp4) with optional pre-roll, &nbsp;mid-roll, post-roll and pop-
up advertising system for each video you create.</p>\n<p>\tPlayer supports gallery
(with unlimited videos) which can be on right side or turned
off.&nbsp;</p>\n<p>\tYou can add videos to playlist manually or automatically (from
youtube playlist or youtube user channel).</p>\n"},{"title": "Directory and files
explanation","id": "directory_and_files_explanation","content": "<p>\tInside the
download zip from CodeCanyon you&#39;ll find the following
structure:<br>\n\t<br>\n\t<img alt=\"\"
src=\"http://creativeinteractivemedia.com/player/CC/documentation_Elite_Video_Playe
r/explanation.jpg\" style=\"width: 339px; height:
126px;\"><br>\n\t<br>\n\t<strong>deploy</strong> - containes &quot;minified&quot;
versions of all scripts (js/css). This means the scripts/css files have been
compressed so they load faster.<br>\n\t<br>\n\t<strong>documentation</strong> -
containes documentation files<br>\n\t<br>\n\t<strong>source</strong> - containes
original versions of all scripts (js/css).Identical to &quot;deploy&quot; folder
except nothing is minified. If you wish to change css and javascript files use this
folder. After making changes, for faster loading you can minify the CSS/JS files by
using the following tools:<br>\n\t<br>\n\tJS: http://closure-
compiler.appspot.com/home<br>\n\tCSS: http://www.refresh-
sf.com/yui/</p>\n<p>\t&nbsp;</p>\n"},{"title": "How to use / player options","id":
"how_to_use_player_options","content": "<p>\tOpen <strong>index.html</strong> file
from the &quot;<strong>deploy</strong>&quot; folder.</p>\n<p>\tVideo player only
needs few lines of code to get started:</p>\n<pre class=\"html\">\n$
(document).ready(function($)\n {\n videoPlayer = $
(&quot;#Elite_video_player&quot;).Video();\n });</pre>\n<p>\tBut you can also
override the default settings by passing the arguments.</p>\n<p>\tBelow is example
of calling the plugin with explanation of arguments (all plugin options) and added
1 video to the playlist:</p>\n<pre class=\"html\">\n$(document).ready(function($)\n
{\n videoPlayer = $(&quot;#Elite_video_player&quot;).Video({ //ALL PLUGIN
OPTIONS\n instanceName:&quot;player1&quot;, //name
of the player instance\n
autohideControls:3, //autohide HTML5 player controls\n
hideControlsOnMouseOut:&quot;No&quot;, //hide HTML5 player controls
on mouse out of the player: &quot;Yes&quot;,&quot;No&quot;\n
playerLayout: &quot;fixedSize&quot;, //Select player layout:
&quot;fitToContainer&quot;, &quot;fixedSize&quot;, &quot;fitToBrowser&quot;\n
videoPlayerWidth:1006, //fixed total player width\n
videoPlayerHeight:420, //fixed total player height\n
lightBox:true, //lightbox mode :true/false\n
lightBoxAutoplay: false, //autoplay video when lightbox opens:
true/false\n
lightBoxThumbnail:&quot;images/preview_images/poster.jpg&quot;, //lightbox
thumbnail image\n lightBoxThumbnailWidth: 400,
//lightbox thumbnail image width\n lightBoxThumbnailHeight: 220,
//lightbox thumbnail image height\n lightBoxCloseOnOutsideClick: true,
//close lightbox when clicked outside of player area\n responsive:false,
//this option will overwrite above videoPlayerWidth/videoPlayerHeight and set
player to fit your div (parent) container: true/false\n
playlist:&quot;Right playlist&quot;, //choose playlist type:
&quot;Right playlist&quot;, &quot;Off&quot;\n
playlistScrollType:&quot;light&quot;, //choose scrollbar type:
&quot;light&quot;,&quot;minimal&quot;,&quot;light-2&quot;,&quot;light-
3&quot;,&quot;light-thick&quot;,&quot;light-
thin&quot;,&quot;inset&quot;,&quot;inset-2&quot;,&quot;inset-
3&quot;,&quot;rounded&quot;,&quot;rounded-dots&quot;,&quot;3d&quot;\n
playlistBehaviourOnPageload:&quot;opened&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //choose playlist behaviour when webpage
loads: &quot;closed&quot;, &quot;opened&quot; (not apply to Vimeo player)\n
autoplay:false, //autoplay when webpage loads:
true/false\n colorAccent:&quot;#cc181e&quot;,
//plugin colors accent (hexadecimal or RGB value - http://www.colorpicker.com/)\n
vimeoColor:&quot;00adef&quot;, //set &quot;hexadecimal
value&quot;, default vimeo color is &quot;00adef&quot;\n
youtubeControls:&quot;custom controls&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //choose youtube player controls:
&quot;custom controls&quot;, &quot;default controls&quot;\n
youtubeSkin:&quot;dark&quot;, //youtube theme:
light,dark\n youtubeColor:&quot;red&quot;,
//youtube color: red, white\n youtubeQuality:&quot;default&quot;,
//choose youtube quality: &quot;small&quot;, &quot;medium&quot;, &quot;large&quot;,
&quot;hd720&quot;, &quot;hd1080&quot;, &quot;highres&quot;, &quot;default&quot;\n
youtubeShowRelatedVideos:&quot;Yes&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //choose to show youtube related
videos when video finish\n videoPlayerShadow:&quot;effect1&quot;,
//choose player shadow: &quot;effect1&quot; , &quot;effect2&quot;,
&quot;effect3&quot;, &quot;effect4&quot;, &quot;effect5&quot;, &quot;effect6&quot;,
&quot;off&quot;\n loadRandomVideoOnStart:&quot;No&quot;,
//choose to load random video when webpage loads: &quot;Yes&quot;, &quot;No&quot;\n
shuffle:&quot;No&quot;, //choose to shuffle videos
when playing one after another: &quot;Yes&quot;, &quot;No&quot; (shuffle button
enabled/disabled on start)\n
posterImg:&quot;images/preview_images/poster.jpg&quot;,//player poster image\n
onFinish:&quot;Play next video&quot;, //&quot;Play next
video&quot;,&quot;Restart video&quot;, &quot;Stop video&quot;,\n
nowPlayingText:&quot;Yes&quot;, //enable disable now playing
title: &quot;Yes&quot;,&quot;No&quot;\n fullscreen:&quot;Fullscreen
native&quot;, //choose fullscreen type: &quot;Fullscreen
native&quot;,&quot;Fullscreen browser&quot;\n rightClickMenu:true,
//enable/disable right click over player: true/false\n
hideVideoSource:false,<span class=\"Apple-tab-span\" style=\"white-space:pre\">
</span> //option to hide self hosted video sources (to prevent
users from download/steal your videos): true/false\n
showAllControls:true,<span class=\"Apple-tab-span\" style=\"white-space:pre\">
</span> //enable/disable all HTML5 player controls:
true/false\n allowSkipAd:true,
//enable/disable &quot;Skip advertisement&quot; option: true/false\n
infoShow:&quot;Yes&quot;, //enable/disable info
option: &quot;Yes&quot;,&quot;No&quot;\n shareShow:&quot;Yes&quot;,
//enable/disable all share options: &quot;Yes&quot;,&quot;No&quot;\n
facebookShow:&quot;Yes&quot;, //enable/disable facebook
option individually: &quot;Yes&quot;,&quot;No&quot;\n
twitterShow:&quot;Yes&quot;, //enable/disable twitter
option individually: &quot;Yes&quot;,&quot;No&quot;\n
mailShow:&quot;Yes&quot;, //enable/disable mail option
individually: &quot;Yes&quot;,&quot;No&quot;\n
facebookShareName:&quot;Elite video player&quot;, //first parametar of
facebook share in facebook feed dialog is title\n
facebookShareLink:&quot;http://codecanyon.net/item/elite-video-player-wordpress-
plugin/10496434&quot;, //second parametar of facebook share in facebook feed
dialog is link below title\n facebookShareDescription:&quot;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).&quot;, //third parametar of facebook
share in facebook feed dialog is description below link\n
facebookSharePicture:&quot;https://0.s3.envato.com/files/123866118/preview.jpg&quot
;, //fourth parametar in facebook feed dialog is picture on left side\n
twitterText:&quot;Elite video player&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //first parametar of twitter share in
twitter feed dialog is text\n
twitterLink:&quot;http://codecanyon.net/item/elite-video-player-wordpress-
plugin/10496434&quot;, //second parametar of twitter share in twitter feed dialog
is link\n twitterHashtags:&quot;wordpressvideoplayer&quot;,<span
class=\"Apple-tab-span\" style=\"white-space:pre\"> </span> //third parametar
of twitter share in twitter feed dialog is hashtag\n
twitterVia:&quot;Creative media&quot;,<span class=\"Apple-tab-span\" style=\"white-
space:pre\"> </span> //fourth parametar of twitter share in twitter
feed dialog is via (@)\n
googlePlus:&quot;http://codecanyon.net/item/elite-video-player-wordpress-
plugin/10496434&quot;, //share link over Google +\n
logoShow:&quot;Yes&quot;,
//&quot;Yes&quot;,&quot;No&quot;\n logoClickable:&quot;Yes&quot;,
//&quot;Yes&quot;,&quot;No&quot;\n
logoPath:&quot;images/logo/logo.png&quot;, //path to logo image\n
logoGoToLink:&quot;http://codecanyon.net/&quot;, //redirect to page when logo
clicked\n logoPosition:&quot;bottom-left&quot;,
//choose logo position: &quot;bottom-right&quot;,&quot;bottom-left&quot;\n
embedShow:&quot;Yes&quot;, //enable/disable embed
option: &quot;Yes&quot;,&quot;No&quot;\n
embedCodeSrc:&quot;www.yourwebsite.com/videoplayer/index.html&quot;, //path to your
video player on server\n embedCodeW:&quot;746&quot;,
//embed player code width\n embedCodeH:&quot;420&quot;,
//embed player code height\n
embedShareLink:&quot;www.yourwebsite.com/videoplayer/index.html&quot;, //direct
link to your site (or any other URL) you want to be &quot;shared&quot;\n
youtubePlaylistID:&quot;&quot;, //automatic youtube playlist
ID (leave blank &quot;&quot; if you want to use manual playlist). For example: for
this URL https://www.youtube.com/playlist?list=LL4qbSRobYCjvwo4FCQFrJ4g
youtubePlaylistID is &quot;LL4qbSRobYCjvwo4FCQFrJ4g&quot;\n
youtubeChannelID:&quot;&quot;, //automatic youtube channel
ID (leave blank &quot;&quot; if you want to use manual playlist). For example: for
this URL https://www.youtube.com/channel/UCHqaLr9a9M7g9QN6xem9HcQ youtubeChannelID
is &quot;UCHqaLr9a9M7g9QN6xem9HcQ&quot;\n\n //manual playlist\n
videos:[\n {\n videoType:&quot;youtube&quot;,
//choose video type: &quot;HTML5&quot;, &quot;youtube&quot;, &quot;vimeo&quot;\n
title:&quot;Youtube video&quot;, //video
title showing in playlist\n youtubeID:&quot;LfTLc5JGFPc&quot;,
//if you use single youtube videos youtube ID is for example
&quot;LfTLc5JGFPc&quot; from URL https://www.youtube.com/watch?v=LfTLc5JGFPc\n
vimeoID:&quot;32707724&quot;, //vimeo ID
is for example 32707724 for URL http://vimeo.com/32707724\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;, //URL to
self-hosted video (mp4) on your server\n
imageUrl:&quot;images/preview_images/poster2.jpg&quot;, //display
image instead of playing video\n prerollAD:&quot;no&quot;,
//show pre-roll &quot;yes&quot;,&quot;no&quot;\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;, //pre-roll
goto link\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;, //URL to self-hosted pre-roll video (mp4) on your server\n
prerollSkipTimer:5, //seconds when to
show skip advertisement button\n midrollAD:&quot;yes&quot;,
//show mid-roll &quot;yes&quot;,&quot;no&quot;\n
midrollAD_displayTime:&quot;00:10&quot;, //show mid-
roll at any custom time in format &quot;minutes:seconds&quot; (&quot;00:00&quot;)\n
midrollGotoLink:&quot;http://codecanyon.net/&quot;, //mid-roll
goto link\n
midroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp
4&quot;, //mid-roll video mp4 format\n midrollSkipTimer:5,<span
class=\"Apple-tab-span\" style=\"white-space: pre;\"> </span>\n
postrollAD:&quot;yes&quot;, //show
post-roll &quot;yes&quot;,&quot;no&quot;\n
postrollGotoLink:&quot;http://codecanyon.net/&quot;, //post-roll
goto link\n
postroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Light.mp4
&quot;, //post-roll video mp4 format\n postrollSkipTimer:5,\n
popupImg:&quot;images/preview_images/popup.jpg&quot;, //popup
image URL\n popupAdShow:&quot;yes&quot;,
//enable/disable popup image: &quot;yes&quot;,&quot;no&quot;\n
popupAdStartTime:&quot;00:03&quot;, //time to
show popup ad during playback\n
popupAdEndTime:&quot;00:07&quot;, //time to
hide popup ad during playback\n
popupAdGoToLink:&quot;http://codecanyon.net/&quot;, //re-direct
to URL when popup ad clicked\n description:&quot;Video
description goes here.&quot;, //video description showing in
playlist\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;, //path to
playlist thumbnail image\n info:&quot;Video info goes
here.&lt;br&gt;This text can be &lt;i&gt;HTML formatted&lt;/i&gt;, &lt;a
href=&#39;http://codecanyon.net/user/_zac_&#39; target=&#39;_blank&#39;&gt;&lt;font
color=&#39;008BFF&#39;&gt;find out more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can
disable this info window in player options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor
sit amet, eu pri dolores theophrastus. Posidonium vituperatoribus cu mel, cum
feugiat nostrum sapientem ne. Vis ea summo persius, unum velit erant in eos, pri ut
suas iriure euripidis. Ad augue expetendis sea. Ne usu saperet appetere honestatis,
ne qui nulla debitis sententiae.&quot; //video info for self hosted videos (if you
use HTML5
videoType)\n }\n ]\n });\n });</pre>\n<div>\n\t
&nbsp;</div>\n"},{"title": "Adding video player to your webpage","id":
"adding_video_player_to_your_webpage","content": "<ul>\t<li>\t\tCopy all from the
<strong>deploy</strong> folder to server</li>\n\t<li>\t\tInsert following code in
between <strong>&lt;head&gt;......&lt;/head&gt;</strong> of your web document
(<strong>code from index.html file</strong>)</li>\n</ul>\n<pre class=\"html\">\n
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-
8&quot;&gt;\n &lt;meta name=&quot;description&quot; content=&quot;Video
Player&quot;/&gt;\n &lt;meta property=&quot;og:title&quot; content=&quot;Video
Player by _zac_&quot;/&gt;\n &lt;meta property=&quot;og:image&quot;
content=&quot;http://player.pageflip.com.hr/imgFB/preview3.png&quot;/&gt;\n
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/elite.css&quot;
type=&quot;text/css&quot; media=&quot;screen&quot;/&gt;\n &lt;link
rel=&quot;stylesheet&quot; href=&quot;css/elite-font-awesome.css&quot;
type=&quot;text/css&quot;&gt;\n &lt;link rel=&quot;stylesheet&quot;
href=&quot;css/jquery.mCustomScrollbar.css&quot; type=&quot;text/css&quot;&gt;\n
&lt;script
src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js&quot;&g
t;&lt;/script&gt;\n &lt;script src=&quot;js/froogaloop.js&quot;
type=&quot;text/javascript&quot;&gt;&lt;/script&gt;\n &lt;script
src=&quot;js/jquery.mCustomScrollbar.js&quot;
type=&quot;text/javascript&quot;&gt;&lt;/script&gt;\n &lt;script
src=&quot;js/THREEx.FullScreen.js&quot;&gt;&lt;/script&gt;\n &lt;script
src=&quot;js/videoPlayer.js&quot;
type=&quot;text/javascript&quot;&gt;&lt;/script&gt;\n &lt;script
src=&quot;js/Playlist.js&quot;
type=&quot;text/javascript&quot;&gt;&lt;/script&gt;\n &lt;script
type=&quot;text/javascript&quot;
src=&quot;js/ZeroClipboard.js&quot;&gt;&lt;/script&gt;\n &lt;script
type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;\n $
(document).ready(function($)\n {\n videoPlayer = $
(&quot;#Elite_video_player&quot;).Video({ //ALL PLUGIN OPTIONS\n
instanceName:&quot;player1&quot;, //name of the player
instance\n autohideControls:3, //autohide HTML5
player controls\n hideControlsOnMouseOut:&quot;No&quot;,
//hide HTML5 player controls on mouse out of the player:
&quot;Yes&quot;,&quot;No&quot;\n playerLayout: &quot;fixedSize&quot;,
//Select player layout: &quot;fitToContainer&quot;, &quot;fixedSize&quot;,
&quot;fitToBrowser&quot;\n
videoPlayerWidth:1006, //fixed total player width\n
videoPlayerHeight:420, //fixed total player height\n
lightBox:true, //lightbox mode :true/false\n
lightBoxAutoplay: false, //autoplay video
when lightbox opens: true/false\n
lightBoxThumbnail:&quot;images/preview_images/poster.jpg&quot;, //lightbox
thumbnail image\n lightBoxThumbnailWidth: 400,
//lightbox thumbnail image width\n lightBoxThumbnailHeight: 220,
//lightbox thumbnail image height\n lightBoxCloseOnOutsideClick: true,
//close lightbox when clicked outside of player area\n
playlist:&quot;Right playlist&quot;, //choose playlist type:
&quot;Right playlist&quot;, &quot;Off&quot;\n
playlistScrollType:&quot;light&quot;, //choose scrollbar type:
&quot;light&quot;,&quot;minimal&quot;,&quot;light-2&quot;,&quot;light-
3&quot;,&quot;light-thick&quot;,&quot;light-
thin&quot;,&quot;inset&quot;,&quot;inset-2&quot;,&quot;inset-
3&quot;,&quot;rounded&quot;,&quot;rounded-dots&quot;,&quot;3d&quot;\n
playlistBehaviourOnPageload:&quot;opened&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //choose playlist behaviour when webpage
loads: &quot;closed&quot;, &quot;opened&quot; (not apply to Vimeo player)\n
autoplay:false, //autoplay when webpage loads:
true/false\n colorAccent:&quot;#cc181e&quot;,
//plugin colors accent (hexadecimal or RGB value - http://www.colorpicker.com/)\n
vimeoColor:&quot;00adef&quot;, //set &quot;hexadecimal
value&quot;, default vimeo color is &quot;00adef&quot;\n
youtubeControls:&quot;custom controls&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //choose youtube player controls:
&quot;custom controls&quot;, &quot;default controls&quot;\n
youtubeSkin:&quot;dark&quot;, //youtube theme:
light,dark\n youtubeColor:&quot;red&quot;,
//youtube color: red, white\n youtubeQuality:&quot;default&quot;,
//choose youtube quality: &quot;small&quot;, &quot;medium&quot;, &quot;large&quot;,
&quot;hd720&quot;, &quot;hd1080&quot;, &quot;highres&quot;, &quot;default&quot;\n
youtubeShowRelatedVideos:&quot;Yes&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //choose to show youtube related
videos when video finish\n videoPlayerShadow:&quot;effect1&quot;,
//choose player shadow: &quot;effect1&quot; , &quot;effect2&quot;,
&quot;effect3&quot;, &quot;effect4&quot;, &quot;effect5&quot;, &quot;effect6&quot;,
&quot;off&quot;\n loadRandomVideoOnStart:&quot;No&quot;,
//choose to load random video when webpage loads: &quot;Yes&quot;, &quot;No&quot;\n
shuffle:&quot;No&quot;, //choose to shuffle videos
when playing one after another: &quot;Yes&quot;, &quot;No&quot; (shuffle button
enabled/disabled on start)\n
posterImg:&quot;images/preview_images/poster.jpg&quot;, //player poster image\n
onFinish:&quot;Play next video&quot;, //&quot;Play next
video&quot;,&quot;Restart video&quot;, &quot;Stop video&quot;,\n
nowPlayingText:&quot;Yes&quot;, //enable disable now playing
title: &quot;Yes&quot;,&quot;No&quot;\n fullscreen:&quot;Fullscreen
native&quot;, //choose fullscreen type: &quot;Fullscreen
native&quot;,&quot;Fullscreen browser&quot;\n rightClickMenu:true,
//enable/disable right click over player: true/false\n
hideVideoSource:false,<span class=\"Apple-tab-span\" style=\"white-space:pre\">
</span> //option to hide self hosted video sources (to prevent
users from download/steal your videos): true/false\n
showAllControls:true,<span class=\"Apple-tab-span\" style=\"white-space:pre\">
</span> //enable/disable all HTML5 player controls:
true/false\n allowSkipAd:true,
//enable/disable &quot;Skip advertisement&quot; option: true/false\n
infoShow:&quot;Yes&quot;, //enable/disable info
option: &quot;Yes&quot;,&quot;No&quot;\n shareShow:&quot;Yes&quot;,
//enable/disable all share options: &quot;Yes&quot;,&quot;No&quot;\n
facebookShow:&quot;Yes&quot;, //enable/disable facebook
option individually: &quot;Yes&quot;,&quot;No&quot;\n
twitterShow:&quot;Yes&quot;, //enable/disable twitter
option individually: &quot;Yes&quot;,&quot;No&quot;\n
mailShow:&quot;Yes&quot;, //enable/disable mail option
individually: &quot;Yes&quot;,&quot;No&quot;\n
facebookShareName:&quot;Elite video player&quot;, //first parametar of
facebook share in facebook feed dialog is title\n
facebookShareLink:&quot;http://codecanyon.net/item/elite-video-player-wordpress-
plugin/10496434&quot;, //second parametar of facebook share in facebook feed
dialog is link below title\n facebookShareDescription:&quot;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).&quot;, //third parametar of facebook
share in facebook feed dialog is description below link\n
facebookSharePicture:&quot;https://0.s3.envato.com/files/123866118/preview.jpg&quot
;, //fourth parametar in facebook feed dialog is picture on left side\n
twitterText:&quot;Elite video player&quot;,<span class=\"Apple-tab-span\"
style=\"white-space:pre\"> </span> //first parametar of twitter share in
twitter feed dialog is text\n
twitterLink:&quot;http://codecanyon.net/item/elite-video-player-wordpress-
plugin/10496434&quot;, //second parametar of twitter share in twitter feed dialog
is link\n twitterHashtags:&quot;wordpressvideoplayer&quot;,<span
class=\"Apple-tab-span\" style=\"white-space:pre\"> </span> //third parametar
of twitter share in twitter feed dialog is hashtag\n
twitterVia:&quot;Creative media&quot;,<span class=\"Apple-tab-span\" style=\"white-
space:pre\"> </span> //fourth parametar of twitter share in twitter
feed dialog is via (@)\n
googlePlus:&quot;http://codecanyon.net/item/elite-video-player-wordpress-
plugin/10496434&quot;, //share link over Google +\n
logoShow:&quot;Yes&quot;,
//&quot;Yes&quot;,&quot;No&quot;\n logoClickable:&quot;Yes&quot;,
//&quot;Yes&quot;,&quot;No&quot;\n
logoPath:&quot;images/logo/logo.png&quot;, //path to logo image\n
logoGoToLink:&quot;http://codecanyon.net/&quot;, //redirect to page when logo
clicked\n logoPosition:&quot;bottom-left&quot;,
//choose logo position: &quot;bottom-right&quot;,&quot;bottom-left&quot;\n
embedShow:&quot;Yes&quot;, //enable/disable embed
option: &quot;Yes&quot;,&quot;No&quot;\n
embedCodeSrc:&quot;www.yourwebsite.com/videoplayer/index.html&quot;, //path to your
video player on server\n embedCodeW:&quot;746&quot;,
//embed player code width\n embedCodeH:&quot;420&quot;,
//embed player code height\n
embedShareLink:&quot;www.yourwebsite.com/videoplayer/index.html&quot;, //direct
link to your site (or any other URL) you want to be &quot;shared&quot;\n
youtubePlaylistID:&quot;&quot;, //automatic youtube playlist
ID (leave blank &quot;&quot; if you want to use manual playlist)
LL4qbSRobYCjvwo4FCQFrJ4g\n youtubeChannelID:&quot;&quot;,
//automatic youtube channel ID (leave blank &quot;&quot; if you want to use manual
playlist)\n\n//manual playlist\n videos:[\n {\n
videoType:&quot;youtube&quot;,
//choose video type: &quot;HTML5&quot;, &quot;youtube&quot;, &quot;vimeo&quot;\n
title:&quot;Youtube video&quot;,
//video title\n youtubeID:&quot;LfTLc5JGFPc&quot;,
//last part if the URL https://www.youtube.com/watch?v=LfTLc5JGFPc\n
vimeoID:&quot;32707724&quot;,
//last part of the URL http://vimeo.com/32707724\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,
//HTML5 video mp4 url\n
imageUrl:&quot;images/preview_images/poster2.jpg&quot;,
//display image instead of playing video\n
prerollAD:&quot;no&quot;,
//show pre-roll &quot;yes&quot;,&quot;no&quot;\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;,
//pre-roll goto link\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,//pre-roll video mp4 format\n prerollSkipTimer:5,
//seconds when to show skip advertisement button\n
midrollAD:&quot;yes&quot;,
//show mid-roll &quot;yes&quot;,&quot;no&quot;\n
midrollAD_displayTime:&quot;00:10&quot;,
//show mid-roll at any custom time in format &quot;minutes:seconds&quot;
(&quot;00:00&quot;)\n
midrollGotoLink:&quot;http://codecanyon.net/&quot;,
//mid-roll goto link\n
midroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp
4&quot;, //mid-roll video mp4 format\n midrollSkipTimer:5,\n
postrollAD:&quot;yes&quot;,
//show post-roll &quot;yes&quot;,&quot;no&quot;\n
postrollGotoLink:&quot;http://codecanyon.net/&quot;,
//post-roll goto link\n
postroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Light.mp4
&quot;, //post-roll video mp4 format\n postrollSkipTimer:5,\n
popupImg:&quot;images/preview_images/popup.jpg&quot;,
//popup image URL\n popupAdShow:&quot;yes&quot;,
//enable/disable popup image: &quot;yes&quot;,&quot;no&quot;\n
popupAdStartTime:&quot;00:03&quot;,
//time to show popup ad during playback\n
popupAdEndTime:&quot;00:07&quot;,
//time to hide popup ad during playback\n
popupAdGoToLink:&quot;http://codecanyon.net/&quot;,
//re-direct to URL when popup ad clicked\n
description:&quot;Video description goes here.&quot;,
//video description\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,
//path to playlist thumbnail image\n info:&quot;Video info goes
here.&lt;br&gt;This text can be &lt;i&gt;HTML formatted&lt;/i&gt;, &lt;a
href=&#39;http://codecanyon.net/user/_zac_&#39; target=&#39;_blank&#39;&gt;&lt;font
color=&#39;008BFF&#39;&gt;find out more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can
disable this info window in player options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor
sit amet, eu pri dolores theophrastus. Posidonium vituperatoribus cu mel, cum
feugiat nostrum sapientem ne. Vis ea summo persius, unum velit erant in eos, pri ut
suas iriure euripidis. Ad augue expetendis sea. Ne usu saperet appetere honestatis,
ne qui nulla debitis sententiae.&quot; //video info\n },\n
{\n videoType:&quot;vimeo&quot;,\n
title:&quot;Vimeo video&quot;,\n
youtubeID:&quot;LfTLc5JGFPc&quot;,\n
vimeoID:&quot;32707724&quot;,\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,\n
imageUrl:&quot;images/preview_images/poster2.jpg&quot;, \n
prerollAD:&quot;no&quot;,\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;,\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,\n prerollSkipTimer:5,\n
midrollAD:&quot;yes&quot;, \n
midrollAD_displayTime:&quot;00:10&quot;, \n
midrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
midroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp
4&quot;,\n midrollSkipTimer:5,\n
postrollAD:&quot;yes&quot;, \n
postrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
postroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Light.mp4
&quot;, \n postrollSkipTimer:5,\n
popupImg:&quot;images/preview_images/popup.jpg&quot;, \n
popupAdShow:&quot;yes&quot;, \n
popupAdStartTime:&quot;00:03&quot;, \n
popupAdEndTime:&quot;00:07&quot;, \n
popupAdGoToLink:&quot;http://codecanyon.net/&quot;, \n
description:&quot;Video description goes here.&quot;,\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,\n
info:&quot;Video info goes here.&lt;br&gt;This text can be &lt;i&gt;HTML
formatted&lt;/i&gt;, &lt;a href=&#39;http://codecanyon.net/user/_zac_&#39;
target=&#39;_blank&#39;&gt;&lt;font color=&#39;008BFF&#39;&gt;find out
more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can disable this info window in player
options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor sit amet, eu pri dolores
theophrastus. Posidonium vituperatoribus cu mel, cum feugiat nostrum sapientem ne.
Vis ea summo persius, unum velit erant in eos, pri ut suas iriure euripidis. Ad
augue expetendis sea. Ne usu saperet appetere honestatis, ne qui nulla debitis
sententiae.&quot;\n },\n {\n
videoType:&quot;HTML5&quot;,\n title:&quot;Video title&quot;,\n
youtubeID:&quot;LfTLc5JGFPc&quot;,\n
vimeoID:&quot;32707724&quot;,\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,\n
imageUrl:&quot;images/preview_images/poster2.jpg&quot;, \n
prerollAD:&quot;no&quot;,\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;,\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,\n prerollSkipTimer:5,\n
midrollAD:&quot;yes&quot;, \n
midrollAD_displayTime:&quot;00:10&quot;, \n
midrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
midroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp
4&quot;,\n midrollSkipTimer:5,\n
postrollAD:&quot;yes&quot;, \n
postrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
postroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Light.mp4
&quot;, \n postrollSkipTimer:5,\n
popupImg:&quot;images/preview_images/popup.jpg&quot;, \n
popupAdShow:&quot;yes&quot;, \n
popupAdStartTime:&quot;00:03&quot;, \n
popupAdEndTime:&quot;00:07&quot;, \n
popupAdGoToLink:&quot;http://codecanyon.net/&quot;, \n
description:&quot;Video description goes here.&quot;,\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,\n
info:&quot;Video info goes here.&lt;br&gt;This text can be &lt;i&gt;HTML
formatted&lt;/i&gt;, &lt;a href=&#39;http://codecanyon.net/user/_zac_&#39;
target=&#39;_blank&#39;&gt;&lt;font color=&#39;008BFF&#39;&gt;find out
more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can disable this info window in player
options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor sit amet, eu pri dolores
theophrastus. Posidonium vituperatoribus cu mel, cum feugiat nostrum sapientem ne.
Vis ea summo persius, unum velit erant in eos, pri ut suas iriure euripidis. Ad
augue expetendis sea. Ne usu saperet appetere honestatis, ne qui nulla debitis
sententiae.&quot;\n },\n {\n
videoType:&quot;HTML5&quot;,\n title:&quot;Video title&quot;,\n
youtubeID:&quot;LfTLc5JGFPc&quot;,\n
vimeoID:&quot;32707724&quot;,\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,\n
imageUrl:&quot;images/preview_images/poster2.jpg&quot;,\n
prerollAD:&quot;no&quot;,\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;,\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,\n prerollSkipTimer:5,\n
midrollAD:&quot;yes&quot;, \n
midrollAD_displayTime:&quot;00:10&quot;, \n
midrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
midroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp
4&quot;,\n midrollSkipTimer:5,\n
postrollAD:&quot;yes&quot;, \n
postrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
postroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Light.mp4
&quot;, \n postrollSkipTimer:5,\n
popupImg:&quot;images/preview_images/popup.jpg&quot;, \n
popupAdShow:&quot;yes&quot;, \n
popupAdStartTime:&quot;00:03&quot;, \n
popupAdEndTime:&quot;00:07&quot;, \n
popupAdGoToLink:&quot;http://codecanyon.net/&quot;, \n
description:&quot;Video description goes here.&quot;,\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,\n
info:&quot;Video info
goes here.&lt;br&gt;This text can be &lt;i&gt;HTML formatted&lt;/i&gt;, &lt;a
href=&#39;http://codecanyon.net/user/_zac_&#39; target=&#39;_blank&#39;&gt;&lt;font
color=&#39;008BFF&#39;&gt;find out more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can
disable this info window in player options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor
sit amet, eu pri dolores theophrastus. Posidonium vituperatoribus cu mel, cum
feugiat nostrum sapientem ne. Vis ea summo persius, unum velit erant in eos, pri ut
suas iriure euripidis. Ad augue expetendis sea. Ne usu saperet appetere honestatis,
ne qui nulla debitis sententiae.&quot;\n },\n {\n
videoType:&quot;HTML5&quot;,\n title:&quot;Video title&quot;,\n
youtubeID:&quot;LfTLc5JGFPc&quot;,\n
vimeoID:&quot;32707724&quot;,\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,\n
imageUrl:&quot;images/preview_images/poster2.jpg&quot;,\n
prerollAD:&quot;no&quot;,\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;,\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,\n prerollSkipTimer:5,\n
midrollAD:&quot;yes&quot;, \n
midrollAD_displayTime:&quot;00:10&quot;, \n
midrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
midroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp
4&quot;,\n midrollSkipTimer:5,\n
postrollAD:&quot;yes&quot;, \n
postrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
postroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Light.mp4
&quot;, \n postrollSkipTimer:5,\n
popupImg:&quot;images/preview_images/popup.jpg&quot;, \n
popupAdShow:&quot;yes&quot;, \n
popupAdStartTime:&quot;00:03&quot;, \n
popupAdEndTime:&quot;00:07&quot;, \n
popupAdGoToLink:&quot;http://codecanyon.net/&quot;, \n
description:&quot;Video description goes here.&quot;,\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,\n
info:&quot;Video info goes here.&lt;br&gt;This text can be &lt;i&gt;HTML
formatted&lt;/i&gt;, &lt;a href=&#39;http://codecanyon.net/user/_zac_&#39;
target=&#39;_blank&#39;&gt;&lt;font color=&#39;008BFF&#39;&gt;find out
more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can disable this info window in player
options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor sit amet, eu pri dolores
theophrastus. Posidonium vituperatoribus cu mel, cum feugiat nostrum sapientem ne.
Vis ea summo persius, unum velit erant in eos, pri ut suas iriure euripidis. Ad
augue expetendis sea. Ne usu saperet appetere honestatis, ne qui nulla debitis
sententiae.&quot;\n },\n {\n
videoType:&quot;HTML5&quot;,\n title:&quot;Video title&quot;,\n
youtubeID:&quot;LfTLc5JGFPc&quot;,\n
vimeoID:&quot;32707724&quot;,\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,\n
imageUrl:&quot;images/preview_images/poster2.jpg&quot;,\n
prerollAD:&quot;no&quot;,\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;,\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,\n prerollSkipTimer:5,\n
midrollAD:&quot;yes&quot;, \n
midrollAD_displayTime:&quot;00:10&quot;, \n
midrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
midroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Explode.mp
4&quot;,\n midrollSkipTimer:5,\n
postrollAD:&quot;yes&quot;, \n
postrollGotoLink:&quot;http://codecanyon.net/&quot;, \n
postroll_mp4:&quot;http://creativeinteractivemedia.com/player/videos/Logo_Light.mp4
&quot;, \n postrollSkipTimer:5,\n
popupImg:&quot;images/preview_images/popup.jpg&quot;, \n
popupAdShow:&quot;yes&quot;, \n
popupAdStartTime:&quot;00:03&quot;, \n
popupAdEndTime:&quot;00:07&quot;, \n
popupAdGoToLink:&quot;http://codecanyon.net/&quot;, \n
description:&quot;Video description goes here.&quot;,\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,\n
info:&quot;Video info goes here.&lt;br&gt;This text can be &lt;i&gt;HTML
formatted&lt;/i&gt;, &lt;a href=&#39;http://codecanyon.net/user/_zac_&#39;
target=&#39;_blank&#39;&gt;&lt;font color=&#39;008BFF&#39;&gt;find out
more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can disable this info window in player
options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor sit amet, eu pri dolores
theophrastus. Posidonium vituperatoribus cu mel, cum feugiat nostrum sapientem ne.
Vis ea summo persius, unum velit erant in eos, pri ut suas iriure euripidis. Ad
augue expetendis sea. Ne usu saperet appetere honestatis, ne qui nulla debitis
sententiae.&quot;\n\n ]\n });\n });\n&lt;/script&gt;</pre>\n<u
l>\t<li>\t\tNext step, in your web document, insert the following line of code
where you want to video player appear in between
<strong>&lt;body&gt;......</strong> <strong>&lt;body&gt;</strong></li>\n</ul>\n<pre
class=\"html\">\n<span style=\"line-height: 19px;\">&lt;div
id=&quot;Elite_video_player&quot;&gt;&lt;/div&gt;</span></pre>\n<p>\t<em>A webpage
should only load one instance of jQuery. Loading more then one instance of the
jQuery library can cause conflicts.&nbsp;</em></p>\n<p>\t&nbsp;</p>\n"},{"title":
"YouTube playlist","id": "youtube_playlist","content": "<div>\n\tTo add videos from
youtube playlist find
option&nbsp;<strong><em>youtubePlaylistD</em></strong></div>\n<div>\n\t&nbsp;</div>
\n<div>\n\t<div>\n\t\tand insert youtube playlist ID from youtube URL, for
example:</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\tURL:&nbsp;<a
href=\"https://www.youtube.com/watch?
v=avwA2KPUHWc&amp;list=LL4qbSRobYCjvwo4FCQFrJ4g\">https://www.youtube.com/watch?
v=avwA2KPUHWc&amp;list=LL4qbSRobYCjvwo4FCQFrJ4g</a></div>\n\t<div>\n\t\t&nbsp;</div
>\n</div>\n<pre class=\"html\">\nyoutubePlaylistID:
&quot;<strong>LL4qbSRobYCjvwo4FCQFrJ4g </strong>&quot;
</pre>\n<div>\n\t&nbsp;</div>\n"},{"title": "YouTube user channel","id":
"youtube_user_channel","content": "<div>\n\tTo add videos from youtube user channel
find
option&nbsp;<strong><em>youtubeChannelID</em></strong></div>\n<div>\n\t&nbsp;</div>
\n<div>\n\tand insert channel ID from youtube URL, for
example:</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tURL:&nbsp;<a
href=\"https://www.youtube.com/channel/UCHqaLr9a9M7g9QN6xem9HcQ\">https://www.youtu
be.com/channel/UCHqaLr9a9M7g9QN6xem9HcQ</a></div>\n<div>\n\t&nbsp;</div>\n<pre
class=\"html\">\nyoutubeChannelID:
&quot;<strong>UCHqaLr9a9M7g9QN6xem9HcQ</strong>&quot;
</pre>\n<div>\n\t&nbsp;</div>\n<div>\n\tor</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tU
RL:&nbsp;<a
href=\"https://www.youtube.com/user/djolepiv\">https://www.youtube.com/user/djolepi
v</a></div>\n<div>\n\t&nbsp;</div>\n<pre class=\"html\">\nyoutubeChannelID:
&quot;<strong>djolepiv</strong>&quot;
</pre>\n<div>\n\t&nbsp;</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t&nbsp;</div>\n<div>\
n\tVideos will be added by published date so first video in your player will be
latest video uploaded on your channel.</div>\n<div>\n\t&nbsp;</div>\n"},{"title":
"Adding videos to playlist (manually)","id":
"adding_videos_to_playlist_manually","content": "<div>\n\tYou can add videos
manually one by one to your playlist.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tYou
will need to set videoType for each video you
add.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tfor self-hosted video:</div>\n<pre
class=\"html\">\nvideoType:&quot;HTML5&quot;</pre>\n<pre
class=\"html\">\nmp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;</p
re>\n<div>\n\t&nbsp;</div>\n<div>\n\tfor youtube
video:</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tURL: https://www.youtube.com/watch?
v=LfTLc5JGFPc</div>\n<pre
class=\"html\">\nvideoType:&quot;youtube&quot;</pre>\n<pre
class=\"html\">\nyoutubeID:&quot;LfTLc5JGFPc&quot;</pre>\n<div>\n\t&nbsp;</div>\n<d
iv>\n\tfor vimeo video:</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tURL:
http://vimeo.com/32707724</div>\n<pre
class=\"html\">\nvideoType:&quot;vimeo&quot;</pre>\n<pre
class=\"html\">\nvimeoID:&quot;32707724&quot;</pre>\n<div>\n\t&nbsp;</div>\n<div>\n
\tfor displaying image (instead of video):</div>\n<div>\n\t<pre
class=\"html\">\nvideoType:&quot;image&quot;</pre>\n\t<pre
class=\"html\">\nimageUrl:&quot;images/preview_images/poster2.jpg&quot;</pre>\n</di
v>\n<div>\n\t<pre class=\"html\">\nimageTimer:
4</pre>\n</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tTo add more videos just write
&quot; , &quot; and duplicate all between curly brackets like
this:</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t<pre class=\"html\">\n,\n{\n
videoType:&quot;vimeo&quot;,\n
title:&quot;Vimeo video&quot;,\n
youtubeID:&quot;LfTLc5JGFPc&quot;,\n
vimeoID:&quot;32707724&quot;,\n
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,\n
prerollAD:&quot;no&quot;,\n
prerollGotoLink:&quot;http://codecanyon.net/&quot;,\n
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,\n prerollSkipTimer:5,\n
description:&quot;Video description goes here.&quot;,\n
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,\n
info:&quot;Video info goes here.&lt;br&gt;This text can be &lt;i&gt;HTML
formatted&lt;/i&gt;, &lt;a href=&#39;http://codecanyon.net/user/_zac_&#39;
target=&#39;_blank&#39;&gt;&lt;font color=&#39;008BFF&#39;&gt;find out
more&lt;/font&gt;&lt;/a&gt;.&lt;br&gt;You can disable this info window in player
options. &lt;br&gt;&lt;br&gt;Lorem ipsum dolor sit amet, eu pri dolores
theophrastus. Posidonium vituperatoribus cu mel, cum feugiat nostrum sapientem ne.
Vis ea summo persius, unum velit erant in eos, pri ut suas iriure euripidis. Ad
augue expetendis sea. Ne usu saperet appetere honestatis, ne qui nulla debitis
sententiae.&quot;\n} </pre>\n</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tand you have
succesfully added another video to the playlist. You can have unlimited videos in
the playlist.</div>\n"},{"title": "Self-hosted video formats (mp4)","id":
"self_hosted_video_formats_mp4","content": "<p>\tIf you use self-hosted videos
(videoType:&quot;HTML5&quot;),&nbsp;you will need to provide only mp4 format to
make player work cross-browsers on all platforms (desktop and mobile
phones/tablets).</p>\n<p>\tTo convert your video to <strong>mp4&nbsp;</strong>you
can use this online <strong><a href=\"http://video.online-convert.com/convert-to-
webm\">converter</a>, </strong>or any other similar
software.</p>\n<p>\t&nbsp;</p>\n<p>\t<img alt=\"\"
src=\"http://creativeinteractivemedia.com/player/CC/documentation_Elite_Video_Playe
r/converter.jpg\" style=\"width: 554px; height: 575px;\"></p>\n"},{"title": "Pre-
roll advertising","id": "pre_roll_advertising","content": "<p>\tTo use pre-roll
videos as advertising simply enable pre-roll option for particular video and enter
URL to your ad video from your server:</p>\n<pre
class=\"html\">\nprerollAD:&quot;yes&quot;\n\npreroll_mp4:&quot;http://player.pagef
lip.com.hr/videos/Short_Elegant_Logo_Reveal.mp4&quot;</pre>\n<div>\n\t&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div>\n<div>\n\t&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
videoType:&quot;HTML5&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title:&quot;Video
title&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; youtubeID:&quot;LfTLc5JGFPc&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
vimeoID:&quot;32707724&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,</div>\n<div>\n\t<s
trong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
prerollAD:&quot;yes&quot;,</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
prerollGotoLink:&quot;http://codecanyon.net/&quot;,</strong></div>\n<div>\n\t<stron
g>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
preroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp
4&quot;,</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; prerollSkipTimer:5,</strong></div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
description:&quot;Video description goes here.&quot;,</div>\n<div>\n\t&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; info:&quot;Video
info goes here..&quot;</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; }</div>\n<div>\n\tYou can set to redirect URL when advertisement is
clicked:</div>\n<pre
class=\"html\">\nprerollGotoLink:&quot;http://codecanyon.net/&quot;</pre>\n<p>\tAls
o you can have timer when to show &quot;skip advertisement&quot;
option,</p>\n<p>\twhich can be set to any time you want (seconds):</p>\n<pre
class=\"html\">\nprerollSkipTimer:5</pre>\n"},{"title": "Mid-roll
advertising","id": "mid_roll_advertising","content": "<p>\tTo use mid-roll
advertising simply enable mid-roll option for particular video and enter URL to
your ad video from your server:</p>\n<pre
class=\"html\">\nmidrollAD:&quot;yes&quot;\n\nmidroll_mp4:&quot;http://player.pagef
lip.com.hr/videos/Short_Elegant_Logo_Reveal.mp4&quot;</pre>\n<div>\n\t&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div>\n<div>\n\t&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
videoType:&quot;HTML5&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title:&quot;Video
title&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; youtubeID:&quot;LfTLc5JGFPc&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
vimeoID:&quot;32707724&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,</div>\n<div>\n\t<s
trong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;midrollAD:&quot;yes&quot;,</strong></div>\n<div>\n\t<strong>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
midrollAD_displayTime: 00:10</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;midrollGotoLink:&quot;http://codecanyon.net/&quot;,</strong></div>\n<di
v>\n\t<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;midroll_mp4:&quot;http://player.pageflip.com.hr/videos/Short_Elegant_Lo
go_Reveal.mp4&quot;,</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;midrollSkipTimer:5,</strong></div>\n<div>\n\t&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; description:&quot;Video
description goes here.&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; info:&quot;Video
info goes here..&quot;</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; }</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tYou can set to redirect URL
when advertisement is clicked:</div>\n<pre
class=\"html\">\nmidrollGotoLink:&quot;http://codecanyon.net/&quot;</pre>\n<div>\n\
tYou can set when to show mid-roll video advertisement (in format
<em>minutes:seconds</em>)&nbsp;:</div>\n<pre
class=\"html\">\nmidrollAD_displayTime:&quot;00:10&quot;,&nbsp;</pre>\n<p>\tAlso
you can have timer when to show &quot;skip advertisement&quot;
option,</p>\n<p>\twhich can be set to any time you want (seconds):</p>\n<pre
class=\"html\">\nmidrollSkipTimer:5</pre>\n"},{"title": "Post-Roll
advertising","id": "post_roll_advertising","content": "<p>\tTo use post-roll
advertising simply enable post-roll option for particular video and enter URL to
your ad video from your server:</p>\n<pre
class=\"html\">\npostrollAD:&quot;yes&quot;\n\npostroll_mp4:&quot;http://player.pag
eflip.com.hr/videos/Short_Elegant_Logo_Reveal.mp4&quot;</pre>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div>\n<div>\n\t&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
videoType:&quot;HTML5&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title:&quot;Video
title&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; youtubeID:&quot;LfTLc5JGFPc&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
vimeoID:&quot;32707724&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,</div>\n<div>\n\t<s
trong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
postrollAD:&quot;yes&quot;,</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;</strong><strong>post</strong><strong>rollGotoLink:&quot;http://codecan
yon.net/&quot;,</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;</strong><strong>post</strong><strong>roll_mp4:&quot;http://player.page
flip.com.hr/videos/Short_Elegant_Logo_Reveal.mp4&quot;,</strong></div>\n<div>\n\t<s
trong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;</strong><strong>post</strong><strong>rollSkipTimer:5,</strong></div>\n
<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
description:&quot;Video description goes here.&quot;,</div>\n<div>\n\t&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; info:&quot;Video
info goes here..&quot;</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; }</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tPost-roll advertisement will
show at the end of the video.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tYou
can set to redirect URL when advertisement is clicked:</div>\n<pre
class=\"html\">\npostrollGotoLink:&quot;http://codecanyon.net/&quot;</pre>\n<p>\tAl
so you can have timer when to show &quot;skip advertisement&quot;
option,</p>\n<p>\twhich can be set to any time you want (seconds):</p>\n<pre
class=\"html\">\npostrollSkipTimer:5</pre>\n"},{"title": "Pop-Up advertising","id":
"pop_up_advertising","content": "<p>\tTo use pop-up advertising simply enable pop-
up&nbsp;option for particular video and enter URL to your image ad from your
server:</p>\n<pre
class=\"html\">\npopupAdShow:&quot;yes&quot;\n\npopupImg:&quot;images/preview_image
s/popup.jpg&quot;</pre>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; {</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; videoType:&quot;HTML5&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title:&quot;Video
title&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; youtubeID:&quot;LfTLc5JGFPc&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
vimeoID:&quot;32707724&quot;,</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
mp4:&quot;http://player.pageflip.com.hr/videos/Pieces.mp4&quot;,</div>\n<div>\n\t<s
trong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;popupImg:&quot;images/preview_images/popup.jpg&quot;, &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span
class=\"Apple-tab-span\" style=\"white-space: pre;\">
</span></strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; popupAdShow:&quot;yes&quot;, &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
popupAdStartTime:&quot;00:03&quot;, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;&nbsp;</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; popupAdEndTime:&quot;00:07&quot;, &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;</strong></div>\n<div>\n\t<strong>&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
popupAdGoToLink:&quot;http://codecanyon.net/&quot;,</strong></div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
description:&quot;Video description goes here.&quot;,</div>\n<div>\n\t&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
thumbImg:&quot;images/thumbnail_images/pic1.jpg&quot;,</div>\n<div>\n\t&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; info:&quot;Video
info goes here..&quot;</div>\n<div>\n\t&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; }</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tYou can set to redirect URL
when pop-up is clicked:</div>\n<pre
class=\"html\">\npopupAdGoToLink:&quot;http://codecanyon.net/&quot;,</pre>\n<div>\n
\tYou can set when to show and hide pop-up image ad (in
format&nbsp;<em>minutes:seconds</em>)&nbsp;:</div>\n<div>\n\t<pre class=\"html\">\n
popupAdStartTime:&quot;00:03&quot;
\n popupAdEndTime:&quot;00:07&quot; </pre>\n</div>\n<p>\t&nbsp;</p>\n"},
{"title": "Customize look","id": "customize_look","content": "<p>\tYou can
customize look of your player by inserting any color as &quot;color accent&quot;
option.&nbsp;</p>\n<p>\tColor accent can be hexadecimal value (#cc181e) or rbg
value ( rgb(204,24,30)).</p>\n<pre
class=\"html\">\ncolorAccent:&quot;#cc181e&quot;</pre>\n<p>\tis equvalent
to:</p>\n<pre class=\"html\">\ncolorAccent:&quot;rgb(204, 24,
30)&quot;</pre>\n<p>\tTo choose color accent for your player you can use one of
these online color pickers:</p>\n<p>\t<a
href=\"http://www.colorpicker.com/\">http://www.colorpicker.com/&nbsp;</a></p>\n<p>
\t<a
href=\"http://www.w3schools.com/tags/ref_colorpicker.asp\">http://www.w3schools.com
/tags/ref_colorpicker.asp</a></p>\n<p>\t<a
href=\"http://www.rapidtables.com/web/color/color-
picker.htm\">http://www.rapidtables.com/web/color/color-
picker.htm</a></p>\n<p>\tThis tool can be useful if you want to match your website
colors&nbsp;<a
href=\"http://www.imagecolorpicker.com/\">http://www.imagecolorpicker.com/</a></p>\
n<p>\t&nbsp;</p>\n<p>\t<img alt=\"\"
src=\"http://creativeinteractivemedia.com/player/CC/documentation_Elite_Video_Playe
r/color_accent.png\" style=\"width: 623px; height:
345px;\"></p>\n<p>\t&nbsp;</p>\n<p>\tPopular pre-built colors you can
use:</p>\n<p>\t<img alt=\"\"
src=\"http://creativeinteractivemedia.com/player/CC/documentation_Elite_Video_Playe
r/popular_colors.png\" style=\"width: 438px; height:
550px;\"></p>\n<p>\t&nbsp;</p>\n<p>\tTo customize vimeo and youtube players
separately use this options:</p>\n<pre
class=\"html\">\nvimeoColor:&quot;00adef&quot;, //set
&quot;hexadecimal value&quot;, default vimeo color is
&quot;00adef&quot;\n\nyoutubeSkin:&quot;dark&quot;,
//youtube theme: light,dark\n\nyoutubeColor:&quot;red&quot;,
//youtube color: red, white</pre>\n<p>\t&nbsp;</p>\n<p>\tTo customize playlist
scrollbar set one of the pre-built scrollbar themes:</p>\n<pre
class=\"html\">\nplaylistScrollType:&quot;light&quot;,
</pre>\n<p>\tavailable scrollbar themes:
&nbsp;</p>\n<p>\t&quot;light&quot;,&quot;minimal&quot;,&quot;light-
2&quot;,&quot;light-3&quot;,&quot;light-thick&quot;,&quot;light-
thin&quot;,&quot;inset&quot;,&quot;inset-2&quot;,&quot;inset-
3&quot;,&quot;rounded&quot;,&quot;rounded-dots&quot;,&quot;3d&quot;</p>\n<p>\t<img
alt=\"\"
src=\"http://creativeinteractivemedia.com/player/CC/documentation_Elite_Video_Playe
r/scrollbar_types.jpg\" style=\"width: 680px; height: 400px;\"></p>\n"},{"title":
"Multiple instances of player","id": "multiple_instances_of_player","content":
"<p>\tYou can have multiple players per page. Every player can have it&#39;s own
settings. Add the following in your HTML document:</p>\n<p>\tExample how to show 2
players in one page:</p>\n<pre class=\"html\">\n&lt;script
type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;\n $
(document).ready(function($)\n {\n videoPlayer = $
(&quot;#Elite_video_player1&quot;).Video({\n });\n //add this for player 2\n
videoPlayer = $(&quot;#Elite_video_player2&quot;).Video({\n });\n });\n\n
&lt;/script&gt;\n\n&lt;body&gt;\n &lt;div
id=&quot;Elite_video_player1&quot;&gt;&lt;/div&gt;\n //add this for player 2:\n
&lt;div
id=&quot;Elite_video_player2&quot;&gt;&lt;/div&gt;\n&lt;/body&gt;</pre>\n<p>\tFor
each instance of the player you need to change option
<em><strong>instanceName</strong></em>, for example:</p>\n<p>\tfirst instance of
the
player:</p>\n<p>\t<strong>instanceName:&quot;player1&quot;</strong></p>\n<p>\tsecon
d instance of the
player:</p>\n<p>\t<strong>instanceName:&quot;player2&quot;</strong></p>\n<p>\tDone!
Now you should be able to see 2 player in your HTML page.</p>\n"},{"title":
"Special notes","id": "special_notes","content": "<div>\n\t<div>\n\t\t<strong>Self-
hosting video usage:</strong></div>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\tSome
servers don&#39;t have support for HTML5 video by
default.</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\tAlthough it may seems like
the video player is refusing to play the video with your browsers. This is usually
caused by the web server&rsquo;s inability to recognize these video formats and it
has nothing to do with the HTML5 video
player.</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\tThe solution to these
problems can be fixed by adding video MIME types to server. You need to edit the
.htaccess file and add the following line to your .htaccess
file:</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<pre class=\"html\">\nAddType
video/mp4 .mp4</pre>\n</div>\n<div>\n\tURL&#39;s to your self-hosted videos needs
to be an absolute
URL:</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tExample:</div>\n<div>\n\thttp://server/
video.mp4</div>\n<div>\n\t&nbsp;</div>\n<p>\t<strong>Vimeo
usage:</strong></p>\n<p>\tIf you use vimeo player, you&rsquo;ll need to be running
on a web server instead of opening the file directly in your browser. Flash and JS
security restrictions will prevent the API from working when run locally.</p>\n"},
{"title": "Rate the item","id": "rate_the_item","content": "<p>\tIf you like this
product please give a rating on CodeCaynon:</p>\n<p>\t<img alt=\"\"
src=\"http://creativeinteractivemedia.com/player/CC/documentation_Elite_Video_Playe
r/rate_file.png\" style=\"width: 1020px; height: 558px;\"></p>\n"},{"title": "More
works by zac","id": "more_works_by_zac","content": "<p>\tHTML5 Video Player &amp;
Advertising - WordPress plugin</p>\n<div>\n\t<a
href=\"http://codecanyon.net/item/html5-video-player-advertising-for-
wordpress/7851635\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/html5_video_player_advertis
ing_wordpress_plugin.png\" style=\"width: 602px; height:
313px;\"></a></div>\n<div>\n\tHTML5 Video Player with Youtube, Vimeo - Wordpress
plugin</div>\n<div>\n\t<a href=\"http://codecanyon.net/item/html5-video-player-
gallery-wordpress-plugin/7316469\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/html5_video_player_gallery_
wordpress_plugin.png\" style=\"width: 602px; height:
313px;\"></a></div>\n<div>\n\t&nbsp;</div>\n<div>\n\tResponsive
Video Gallery Youtube HTML5 &amp; Subtitles</div>\n<div>\n\t<a
href=\"http://codecanyon.net/item/html5-youtube-video-gallery-with-
subtitles/6247972\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/responsive_video_gallery_yo
utube_html5_subtitles.png\" style=\"width: 594px; height:
307px;\"></a></div>\n<div>\n\t&nbsp;</div>\n<div>\n\tElegant - YouTube | HTML5
Responsive Video Player</div>\n<div>\n\t<a
href=\"http://codecanyon.net/item/elegant-youtube-html5-responsive-video-
player/5951886\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/elegant_youtube_html5_video
_gallery.png\"></a></div>\n<div>\n\t&nbsp;</div>\n<div>\n\tResponsive HTML5 Video
Player &amp; Gallery</div>\n<div>\n\t<img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/responsive_html5_video_play
er_gallery.png\"></div>\n<div>\n\t&nbsp;</div>\n<div>\n\tHTML5 Responsive Video
Player &amp; Advertising</div>\n<div>\n\t<a
href=\"http://codecanyon.net/item/html5-responsive-video-player-
advertising/4282278\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/html5_responsive_video_play
er_advertising.png\" style=\"width: 594px; height:
307px;\"></a></div>\n<div>\n\t&nbsp;</div>\n<div>\n\t3 in 1 - Video players pack
Youtube / Vimeo / Flv / Mp3 / Image / Advertising</div>\n<div>\n\t<a
href=\"http://activeden.net/item/3-in-1-video-players-
youtubevimeoflvmp3ads/4135058\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/3_in_1_video_players_pack.p
ng\"></a></div>\n<div>\n\t&nbsp;</div>\n<div>\n\tFully customisable
youtube/vimeo/flv/mp3/images video player &amp; gallery v2</div>\n<div>\n\t<a
href=\"http://activeden.net/item/customisable-youtubevimeoflvmp3image-
gallery/3296737\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/customisable_video_gallery_
bottom.png\"></a></div>\n<div>\n\t&nbsp;</div>\n<div>\n\tFully customisable
youtube/vimeo/flv/mp3/images video player &amp; gallery v1</div>\n<div>\n\t<a
href=\"http://activeden.net/item/customisable-vimeo-youtube-flv-video-
gallery/2168573\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/customisable_video_gallery_
right_side.png\"></a></div>\n<div>\n\t&nbsp;</div>\n<div>\n\tVIMEO / YOUTUBE / FLV
VIDEO PLAYER WITH PLAYLIST</div>\n<div>\n\t<a href=\"http://activeden.net/item/as3-
vimeoyoutubeflv-video-player-with-playlist/1322612\"><img alt=\"\"
src=\"http://player.pageflip.com.hr/CC/portfolio_images/vimeo_youtube_flv_video_gal
lery.png\"></a></div>\n<p>\t&nbsp;</p>\n"}],"use_sub": true,"logo": "","favicon":
"","customcss": "","easing": "swing","easingduration": "500","bgimage":
"http://player.pageflip.com.hr/CC/documentation_Elite_Video_Player/dark_matter.png"
,"bgrepeat": "repeat","bgattachment": "scroll","bgcolor": "222222","textcolor":
"666666","linkcolor": "BBBBBB","hrcolor1": "111111","hrcolor2":
"333333","btncolor": "FFFFFF","btncolor1": "444444","btncolor2":
"111111","sidebarbgimage":
"http://player.pageflip.com.hr/CC/documentation_Elite_Video_Player/dark_matter.png"
,"sidebarbgrepeat": "repeat","sidebarbgcolor": "111111","sidebartextcolor":
"222222","sidebarlinkcolor": "BBBBBB","sidebaractivecolor":
"BBBBBB","sidebaractivetextcolor": "222222","sidebarhrcolor1":
"000000","sidebarhrcolor2": "222222","cufon": "","documentationttype":
"default","itemURL": "","sendJSON": "","sendZIP": "","sendPWD": ""}

Potrebbero piacerti anche