Giter Club home page Giter Club logo

Comments (6)

etianen avatar etianen commented on July 20, 2024

Do you have a URL that reproduces this issue? I can't believe that all versions of Flowplayer more than a few months old have just stopped working...

Using IE8, I can play the videos here:

http://html5media.info/

from html5media.

loeffert avatar loeffert commented on July 20, 2024

Yep, you're right. Videos on http://html5media.info are working very well, also on IE8, if the Flash Player is up to date.
But if the Flash Player is out of date and needs to be updated, then also http://html5media.info runs into problems and the videos aren't working anymore.

The problem is that the script wants to load http://static.flowplayer.org/swf/expressinstall.swf to update the flash player, which doesn't work cause the file / url doesn't exist anymore. So I think it is more an issue of FlowPlayer and there static API than an issue of html5media.

from html5media.

etianen avatar etianen commented on July 20, 2024

Definitely sounds like a Flowplayer problem. It might be worth raising this issue with them. I never managed to find their issue tracker myself.

from html5media.

fanfavorite avatar fanfavorite commented on July 20, 2024

That path doesn't work anymore, but you can simply do something like:

html5media.configureFlowplayer = function(element, config) {
var addToConfig = {
expressInstall: '/new/path/to/expressInstall.swf'
}
$.extend(config, addToConfig); //jQuery extend, but can combine however you want
return config;
}

from html5media.

fanfavorite avatar fanfavorite commented on July 20, 2024

#42 I submitted will fix this issue and no need for extra configuration.

from html5media.

etianen avatar etianen commented on July 20, 2024

This issue should now be fixed by the new 1.1.6 html5media release.

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.