Giter Club home page Giter Club logo

Comments (5)

etianen avatar etianen commented on July 2, 2024

That does sound like an IE bug.

You can force the Flash player by following these instructions:

https://github.com/etianen/html5media/wiki/api#forcing-the-flash-fallback

There's no official list of tested mobile browsers and devices, as it depends on the video file and the embed method used. Theoretically, all mobile and desktop browsers are supported, so long as older browsers have flash. More details can be found here:

http://blog.etianen.com/blog/2013/05/19/html5-video-is-hard/

from html5media.

Lakshmana515 avatar Lakshmana515 commented on July 2, 2024

Ok cool, but..

When i force the flash fallback for all browsersd it works fine, flash player in ie9, but when i force fall back for only ie i get a javascript error in ie9 and the player doesn't display.

Error Message: '$' is undefined

<script> html5media.forceFallback = function(tagName, element) { return $.browser.msie; // Use jQuery to detect Internet Explorer. } </script>

I also notified IE development about the bug.

Thanks.

from html5media.

etianen avatar etianen commented on July 2, 2024

Ah, that example code snippet used jQuery to detect IE. So you'll need to
include jQuery in your page to do it.

Alternatively, something like this would work, without requiring jQuery:

return (/MSIE (\d+.\d+);/.test(navigator.userAgent));

On 5 June 2013 11:13, Lakshmana515 [email protected] wrote:

Ok cool, but..

When i force the flash fallback for all browsersd it works fine, flash
player in ie9, but when i force fall back for only ie i get a javascript
error in ie9 and the player doesn't display.

Error Message: '$' is undefined

I also notified IE development about the bug.

Thanks.


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-18966804
.

from html5media.

Lakshmana515 avatar Lakshmana515 commented on July 2, 2024

Oh sorry, my mistake..

return (/MSIE (\d+.\d+);/.test(navigator.userAgent)); works fine.

Using the jquery method with jquery 1.9.1 i still got an error.

Error: Unable to get value of the property 'msie': object is null or undefined

But works fine with jquery 1.8.2

from html5media.

etianen avatar etianen commented on July 2, 2024

Yeah, jQuery doesn't do browser sniffing any more.

I've just updated with wiki page with the new, non-jquery code.

https://github.com/etianen/html5media/wiki/API

On 5 June 2013 11:54, Lakshmana515 [email protected] wrote:

Oh sorry, my mistake..

return (/MSIE (\d+.\d+);/.test(navigator.userAgent)); works fine.

Using the jquery method with jquery 1.9.1 i still got an error.

Error: Unable to get value of the property 'msie': object is null or
undefined

But works fine with jquery 1.8.2


Reply to this email directly or view it on GitHubhttps://github.com//issues/37#issuecomment-18968494
.

from html5media.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.