diff --git a/wp-content/plugins/videojs-pro/README.TXT b/wp-content/plugins/videojs-pro/README.TXT deleted file mode 100644 index 4ca3f25..0000000 --- a/wp-content/plugins/videojs-pro/README.TXT +++ /dev/null @@ -1,41 +0,0 @@ -=== Plugin Name === -Contributors: spartaneye -Donate link: http://videoJS.com/ -Tags: video, player, html5, flash fallback, cross-compatible, mp4, mov, ogg, webm, m4v -Requires at least: 2.0.2 -Tested up to: 3.1 -Stable tag: trunk - -A video plugin for Wordpress built on the VideoJS HTML5 video player. This plugin features professionally oriented features including the integration of a maintenence panel, mobile device detection, and Google Analytics support. Much of this plugin is heavily based on and borrows code from the original VideoJS HTML5 Player for Wordpress plugin by Steve Heffernan, http://steveheffernan.com. - -== Description == - -
VideoJS Pro is a plugin for Wordpress that provides an easy to use interface for VideoJS, developed by Steve Heffernan.
- VideoJS is an HTML5 Video Player with 3 core parts: An embed code (Video for Everybody), a Javascript library (video.js), and a pure HTML/CSS skin (video-js.css).
- Using Video for Everybody as the embed code means you know it’s compatible with many devices (including ones without javascript). The javascript library fixes browser & device bugs, and makes sure your video is even more compatible across different browser versions.
- The pure HTML5/CSS skin ensures a consistent look between HTML5 browsers, and easy custom skinning if you want to give it a specific look, or brand it with your own colors. See the skins page for examples of custom skins.
-Please visit VideoJS.com and support the project and learn more about VideoJS.
-VideoJS Pro is developed by Doug Stanford for the website http://auxsend.tv. Visit to see examples of VideoJS Pro in action.
-
Click here to download latest version
":"Download latest version from here
");if(m.tagName=="A"){m.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!o&&p.onFail){var n=p.onFail.call(this);if(typeof n=="string"){m.innerHTML=n}}if(document.all){window[p.id]=document.getElementById(p.id)}}window.flashembed=function(l,m,k){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{c(function(){flashembed(l,m,k)});return}}if(!l){return}if(typeof m=="string"){m={src:m}}var o=f({},i);f(o,m);return new d(l,o,k)};f(window.flashembed,{getVersion:function(){var m=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var l=navigator.plugins["Shockwave Flash"].description;if(typeof l!="undefined"){l=l.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var n=parseInt(l.replace(/^(.*)\..*$/,"$1"),10);var r=/r/.test(l)?parseInt(l.replace(/^.*r(.*)$/,"$1"),10):0;m=[n,r]}}else{if(window.ActiveXObject){try{var p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(q){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");m=[6,0];p.AllowScriptAccess="always"}catch(k){if(m[0]==6){return m}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(o){}}if(typeof p=="object"){l=p.GetVariable("$version");if(typeof l!="undefined"){l=l.replace(/^\S+\s+(.*)$/,"$1").split(",");m=[parseInt(l[0],10),parseInt(l[2],10)]}}}}return m},isSupported:function(k){var m=flashembed.getVersion();var l=(m[0]>k[0])||(m[0]==k[0]&&m[1]>=k[1]);return l},domReady:c,asString:g,getHTML:a});if(e){jQuery.fn.flashembed=function(l,k){var m=null;this.each(function(){m=flashembed(this,l,k)});return l.api===false?this:m}}})(); \ No newline at end of file diff --git a/wp-content/plugins/videojs-pro/flowplayer/flowplayer-3.2.6.swf b/wp-content/plugins/videojs-pro/flowplayer/flowplayer-3.2.6.swf deleted file mode 100644 index eba5fc0..0000000 Binary files a/wp-content/plugins/videojs-pro/flowplayer/flowplayer-3.2.6.swf and /dev/null differ diff --git a/wp-content/plugins/videojs-pro/flowplayer/flowplayer.controls-3.2.4.swf b/wp-content/plugins/videojs-pro/flowplayer/flowplayer.controls-3.2.4.swf deleted file mode 100644 index 15e669d..0000000 Binary files a/wp-content/plugins/videojs-pro/flowplayer/flowplayer.controls-3.2.4.swf and /dev/null differ diff --git a/wp-content/plugins/videojs-pro/video-js-pro-manual.php b/wp-content/plugins/videojs-pro/video-js-pro-manual.php deleted file mode 100644 index 7955a46..0000000 --- a/wp-content/plugins/videojs-pro/video-js-pro-manual.php +++ /dev/null @@ -1,88 +0,0 @@ - - -|
-
- VideoJS Pro User Guide-- -1. Configuring VideoJS Pro- -About VideoJS Pro - -     VideoJS Pro is a plugin for Wordpress that provides an easy to use interface for VideoJS, developed by Steve Heffernan.     VideoJS Pro allows you to specify attributes of a default player in order to avoid having to declare a long list of variables in the shortcode. In VideoJS Pro Settings, you can define the dimensions, skin, and behavior of the default player; all of these options can be overriden, however, on a per-player basis through the short code if you so desire.     To insert a player in a post, use the shortcode [video]. You'll need to specify a few values in each instance. Here is a list of the necessary variables: - poster= The poster image for the player, the image that will load upon the page loading and remain there until the viewer presses play.-    You do not need to provide all four formats of video files for the player to function, however the more formats you include the greater the compatibility of your player. - - -Overriding Defaults - -     In the event you have a video or post that you would like to set up an instance of the video player that deviates from the default, you can override any of the settings you configured in the VideoJS Pro Settings menu. Here is a full list of available variables you can add to the shortcode: poster= The poster image for the player, the image that will load upon the page loading and remain there until the viewer presses play.- - -Creating Skins - -     Visit VideoJS.com for access to a library of skins and information on creating your own custom skin. The only detail you need to know on designing skins for use with VideoJS Pro is that the class name you use within your .CSS file must be the same as the filename of your skin with "-css" added to it. For example: -filename: vim.css class name: .vim-css- - -Google Analytics - -     VideoJS Pro has made integrating powerful Google Analytics event tracking extremely easy. To enable this feature, first you must register an account with Google Analytics here. Next, in the VideoJS Pro Settings page enter your account number in the field specified. VideoJS Pro will automatically enter the required tracking code into the header of each of your pages (regardless as to if they contain an instance of a video player or not) if you check the box marked "Insert Analytics Header Code". If you have already entered your header code manually, leave this box unchecked. The final step is to check the box next to "Track Player Events" to begin tracking the activity of video players on your blog. |
Download Video:
- MP4,
- WebM,
- Ogg
-
- HTML5 Video Player by VideoJS
-