Installation & Updating Instructions
Installing Video Player
-
Move the system/expressionengine/third_party/videoplayer/ folder to system/expressionengine/third_party/
-
Move the themes/third_party/videoplayer/ folder to themes/thirdparty/
-
Go to Add-Ons / Fieldtypes
-
Install the Video Player fieldtype and module
-
Create a new field type in Admin / Channel Administration / Custom Fields
-
Selection the new fieldtype "Video Player"
-
Go to the publish page to use your new video fieldtype
Updating from Video Player 2.x
-
Replace the system/expressionengine/third_party/videoplayer/ folder by system/expressionengine/third_party/
-
Replace the themes/third_party/videoplayer/ folder by themes/thirdparty/
We've recently changed the method that help check if a video exists. Learn more about this in the Template Tags & Parameters section.
Updating from Video Player 1.x
Updating an earlier version of Video Player is a very easy process :
-
Replace the system/expressionengine/third_party/videoplayer/ folder by system/expressionengine/third_party/videoplayer/
-
Move the themes/third_party/videoplayer/ folder to themes/thirdparty/
-
Go to Add-Ons / Fieldtypes
-
Install Video Player fieldtype and module
-
Go to Admin / Channel Administration / Custom Fields
-
Change your old video fieldtypes (type should be : Text) to the new Video Player fieldtype
-
Go to the publish page to use your new video fieldtype
Requirements
In order to use the Video Player Add-On for ExpressionEngine on your server, you will need at least the following configuration.
-
ExpressionEngine 2
-
PHP5 or greater
-
SimpleXML PHP extensions should be enabled (it is by default since PHP 5.1.2)
-
PHP Safe Mode should be turned OFF. As safe mode has been deprecated in PHP 5.3, it might be the right time for you to try not to use it.