Giter Club home page Giter Club logo

Comments (2)

etianen avatar etianen commented on July 20, 2024

Hi,

If you're using version 1.1.5 of the html5media code, then the flash fallback will have a fullscreen button. For all other flowplayer configuration options, there's a callback you can use to customise the flash fallback as much as you want.

/**
 * Callback for adding custom configuration options to Flowplayer before it
 * launches. This callback is supplied with the tagname of the element being
 * replaced ("video" or "audio"), the element being replaced, and the
 * generated Flowplayer configuration.
 * 
 * This callback should return the updated Flowplayer configuration. By
 * The default implementation leaves the generated configuration intact.
 */
html5media.configureFlowplayer = function(element, config) {
    return config;
}

You can find out about all the available flowplayer options on the main flowplayer.org site.

In terms of the native players - some have a loading animation, and some have a fullscreen option. It depends on the quality of the browser's player, and isn't something that one can readily control, although there are ways to do it if you're willing to dig into the html5 MediaElement specification.

http://dev.w3.org/html5/spec//media-elements.html

from html5media.

DanielFris avatar DanielFris commented on July 20, 2024

Thanks!

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.