GithubHelp home page GithubHelp logo

php-video-for-everybody's Introduction

== About ==

"PHP Video for Everybody!" is a PHP script that generates HTML to include video
in a web page. It is based on the code "Video for Everybody!" hosted at

http://camendesign.com/code/video_for_everybody

It was designed to streamline the process of incorporating video in a standards-
compliant way.


== Running the Code ==

The constants at the beginning of the script should be defined before use:

Constant						Type			Description
VH_CONTROLS						boolean			Whether or not to use the browser's default controls
VH_PRELOAD						boolean			Whether or not to preload the video
VH_AUTOPLAY						boolean			Whether or not to automatically begin playing the video on page load

If Flash player fallback is desired, the following constants must be defined:

VH_FLASH_PLAYER_LOCATION		string			The full path to the flash player
VH_FLASH_PLAYER_FILETYPES		array(string)	The filetypes supported by the flash player

Simply include the script in any file you wish to use the function.

== Credits ==

The HTML which this script generates is based on the "Video for Everybody!" article:

http://camendesign.com/code/video_for_everybody

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.