Post Format

Build Your Own HTML5 Video Player With MooPlay

HTML5 is a set of web standards being developed by the Web Hypertext Application Technology Working Group.

The HTML5 standard includes many new features for dynamic web applications and interfaces. One such component being specified and implemented is the video element.

MooPlay is a MooTools plugin which brings useful controls over an html5 video element to help you build and customize your own HTML5 Video Player.

Build Your Own HTML5 Video Player With MooPlay

Few notable features:

  • An interactive play progress slider
  • A load progress bar
  • Subtitles loaded through an ajax request and synchronized with the video.
  • Full screen supported

The video element methods can be called by other scripts, MooPlay objects will adapt themself to any state changes.

Leave a Reply