Unfortunately, providing the same JS media API for the Flash fallback is a massive task. There's a few solutions out there that provide a consistent API, such as mediaelement.js, but it's not the standard JS media API,…
You can call html5media() at any time to kick in the fallback for any new video or audio tags that have been inserted into the DOM.
The styling of the controls are entirely at the whim of the user's browser. Unlike other players, html5media uses the native controls provided by the browser. The Firefox and Safari controls are rather sweet. The Chrome…
html5media was actually one of the first solutions out there. It's recently been re-launched with a faster, hosted CDN. It's speed should be one of the best out there, as it's a single tiny javascript file that's…
I will confess, the though of doing it without jQuery never actually occurred to me. It's pretty much become synonymous with Javascript in my head. I'll give some thought to a jquery-less solution.
I'm afraid it works just fine on my IE7 test machine. If you have more information, please submit a bug on the project site and I'll look into it. :) http://code.google.com/p/html5media/issues/list
Unfortunately, providing the same JS media API for the Flash fallback is a massive task. There's a few solutions out there that provide a consistent API, such as mediaelement.js, but it's not the standard JS media API,…
You can call html5media() at any time to kick in the fallback for any new video or audio tags that have been inserted into the DOM.
The styling of the controls are entirely at the whim of the user's browser. Unlike other players, html5media uses the native controls provided by the browser. The Firefox and Safari controls are rather sweet. The Chrome…
html5media was actually one of the first solutions out there. It's recently been re-launched with a faster, hosted CDN. It's speed should be one of the best out there, as it's a single tiny javascript file that's…
I will confess, the though of doing it without jQuery never actually occurred to me. It's pretty much become synonymous with Javascript in my head. I'll give some thought to a jquery-less solution.
I'm afraid it works just fine on my IE7 test machine. If you have more information, please submit a bug on the project site and I'll look into it. :) http://code.google.com/p/html5media/issues/list