The HTML5 Media Framework. (Unmaintained. See https://github.com/menismu/popcorn-js for activity)
Перейти к файлу
Daniel Hodgin fbfde95b36 merging in scotts branch 47 for ticket #47 2010-06-25 15:00:10 -04:00
tools added support for make check-lint and fixed all linting errors 2010-06-21 16:20:37 -04:00
xml merged in footnote 2010-06-25 14:37:05 -04:00
AUTHORS added AUTHORS file 2010-06-20 20:31:07 -04:00
Makefile added support for make check-lint and fixed all linting errors 2010-06-21 16:20:37 -04:00
README Revert "Merge branch 'review' of github.com:annasob/popcorn-js into 0.1" 2010-06-22 08:10:09 -04:00
index.html merged in footnote 2010-06-25 14:37:05 -04:00
popcorn.js merging in scotts branch 47 for ticket #47 2010-06-25 15:00:10 -04:00

README

  POPCORN. JS - 0.1
  a library to work with the HTML5 <video> tag
  
  //////////////////////////////////////////////////////////////////////////////
  
  License           MIT (see included LICENSE)
  Original Authors  Center for Development of Open Technology @ Seneca College 
  
  Web Site          https://wiki.mozilla.org/PopcornOpenVideoAPI
  Github Repo.      http://github.com/annasob/popcorn-js/
  Bug Tracking      https://processing-js.lighthouseapp.com/projects/52212-popcornjs/overview

  IMPORTANT! - NOTE FOR DEVELOPERS
  Please read the guidelines before pushing your code to the repository. The function(s) you are working on may already be finished and queued for push. 

  GUIDELINES
  https://processing-js.lighthouseapp.com/projects/52212/project-workflow

  IRC CHANNEL
  Join the development team at irc://irc.mozilla.org/popcorn for more info

  //////////////////////////////////////////////////////////////////////////////
  
  PLATFORM AND BROWSER COMPATIBILITY
  Popcorn.js is explicitly developed for and actively tested on browsers that 
  support the HTML5 <Video> element.
  
  Popcorn.js aims for 100 percent compatibility across all supported browsers; 
  however, differences between individual video implementations may give
  slightly different results.
  
  //////////////////////////////////////////////////////////////////////////////