Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing flash autoplay so that loadstart is fired #1343

Merged
merged 2 commits into from
Jul 11, 2014

Commits on Jul 11, 2014

  1. The base media tech class now checks the networkState at init to dete…

    …rmine if loadstart should be manually fired.
    
    Previously this was only done in the HTML5 tech, but Flash needs it as well. This relies on videojs/video-js-swf#106.
    
    Also removed the 'not implemented' warnings from the media tech functions. I think there's a better way we can help tech authors here, and it was blocking the ability to check if a function was implemented for real.
    
    Fixes videojs#1300, fixes videojs#1341
    heff committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    7debdea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af481e View commit details
    Browse the repository at this point in the history