Git Product home page Git Product logo

Comments (6)

davereid avatar davereid commented on May 29, 2024

Also tested and fails on Firebox 4.0 Beta 6 on Mac, Firefox 3 for Linux, and Safari 5.02 for Mac.

from mediaelement.

johndyer avatar johndyer commented on May 29, 2024

I'll check it out.

from mediaelement.

johndyer avatar johndyer commented on May 29, 2024

My PC Safari can play it with HTML5, so I'm only seeing the problem in Flash. So far, I can't find any way to make Flash go past 2 seconds, even though it seems to know the clip is longer

from mediaelement.

mattfarina avatar mattfarina commented on May 29, 2024

When I played the files in 1pixelout it went past the 2 seconds. The code for that flash audio player is available at http://tools.assembla.com/1pixelout/browser/audio-player

from mediaelement.

johndyer avatar johndyer commented on May 29, 2024

Matt,
I've been looking at this again, and I can't seem to find anything in Flash to change. The 1pixelout player is Actionscript 2.0, and MEjs is 3.0 so there might be some differences in Flash. But basically, Flash is just stopping without any notice or report.

Here's the most basic Flash code to play a sound file:

        var sound:Sound = new Sound();
        sound.load(new URLRequest("message.mp3"));
        var sc:SoundChannel = sound.play();

And even that fails, so I think this might be a problem with Flash AS3 processing that file. I even tried adding some code to watch for a premature end and then try to restart it a few milliseconds later, but there are other places in the file where it stops as well.

So, I've got to close one and say it's a bug in Flash. (there's always Silverlight!)

from mediaelement.

mattfarina avatar mattfarina commented on May 29, 2024

Thanks for your work on this. Oh the joys of flash....

from mediaelement.

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.