Skip to content

humphd/popcorn-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopcornJS

The HTML5

Demos

Overview

Popcorn.js is an event system for < video >, with strong syntactic sugar for chaining < video > methods and adding events to the timeline.

Popcorn is a JavaScript Function that wraps the native < video > element and returns a Popcorn object which;

  1. maintains a reference to the original HTMLVideoElement
  2. provides a normalized interface to the < video > elements native methods and properties.
  3. adds a special data property which contains meta data about the

By normalizing the native methods, the framework allows developers to write chainable function executions off the returned Popcorn object.

API

We have begun API documentation here: https://gist.github.com/729213#file_popcorn_api.js

Plugin Factory

Popcorn also offers a plugin factory. Popcorn plugins are a way for developers to wrap functionality that responds to a point in a video.

Roadmap

We are working on the 0.3 & 1.0 Roadmaps at http://etherpad.mozilla.com:9000/popcornjs

About

HTML5 Video Element

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%