Mostrando entradas con la etiqueta html5. Mostrar todas las entradas
Mostrando entradas con la etiqueta html5. Mostrar todas las entradas

jueves, 16 de diciembre de 2010

audio.js – A JavaScript Library For Flexible HTML5 Audio Players

audio.js is a drop-in JavaScript library that provides a more flexible HTML5's tag usage.

It uses native where available and falls back to an invisible flash player to emulate it for other browsers.

Audio.js

The player can be completely styled with CSS to provide a consistent user interface.

audio.js can only play mp3 files and can be extended in any way like playing a single file or a list of songs.


Requirements: No Requirements

Compatibility: All Major Browsers

Website: http://kolber.github.com/audiojs/

martes, 16 de noviembre de 2010

HTML5 Video Player With Subtitle-Support – LeanBack Player

LeanBack Player is an open source HTML5 video player that doesn't rely on any JavaScript frameworks.

It has support for subtitles using HTML5 track element and language-selection by label attribute of track (yes, subtitles can be multilingual).

LeanBack HTML5 Video Player

The player has built-in fullscreen mode, volume controls (mute on/off and volume bar) and can handle multiple videos in a single page.

Almost every action can be done via keyboard controls besides standard usage.

LeanBack Player works in all popular browsers and falls back to Flash if HTML5 video is not supported.


Requirements: No Requirements
Compatibility: All Major Browsers