The HTML5 Media Framework. (Unmaintained. See https://github.com/menismu/popcorn-js for activity)
Перейти к файлу
Anna Sobiepanek 70274cee3b fixed spacing [#293] 2011-01-31 12:46:22 -05:00
build [#261] Updates Makefile and adds build/ with tools 2011-01-19 20:34:48 -05:00
demos/semantic_video [#255] renaming of plugin files 2011-01-11 17:50:16 -05:00
parsers [#245] passing unit tests 2011-01-20 17:08:49 -05:00
plugins fixed spacing [#293] 2011-01-31 12:46:22 -05:00
test [#273] Adds unit test to 273 fix 2011-01-21 15:10:11 -05:00
tools [#224] removed tools not needed at this time 2010-12-16 11:35:27 -05:00
.gitignore add emacs backup, lock and autosave files to the .gitignore 2011-01-21 12:12:15 -06:00
Makefile [#272] line 42 in the makefile needs to be fixed 2011-01-20 15:23:32 -05:00
popcorn.js [#273] Adds unit test to 273 fix 2011-01-21 15:10:11 -05:00
readme.md Updating readme to have links and <video> tags that render 2011-01-11 19:25:05 -08:00

readme.md

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