Friday 24 May 2013

Play, Pause, Maximize and Restore Video File using PHP and Jquery


This tutorial teaches you how to create a very simple but powerful video player application using PHP, CSS and Jquery.

This is a very simple application that uses the play() and pause() functions to play and pause a video file and uses the hide() and show() functions to hide and display the play and pause buttons of the video with the help of CSS.

The programs are written in a way that any one can easily understand and customize without much effort and with good programming code comments to ease usability.

To fully understand what is happening or how the application works, please read the comments written in the scripts properly and where necessary.

There is no special form of configuration needed to install the system on your server. Just download the script, upload and extract the zipped folder to your server and you are done.