Slashdot Mirror


Introducing JITB — a Flash Player Built On the JVM

MBCook writes "Joa Ebert has started working on a new program called JITB. Announced in a talk at FITC San Fran, it's a Flash player written to use the Java JVM to run ActionScript, and in a simple graphics test case (making 1 million calls to flash.geom.Point) was 30x faster than Adobe's Flash player. There is an impressive demo video on YouTube showing the point test."

4 of 126 comments (clear)

  1. BSD by Anonymous Coward · · Score: 3, Interesting

    If this really works, then we will finally get Flash to work on BSD and 64 bit version of Linux.

  2. Re:Ironically... by microbee · · Score: 4, Interesting

    Yes, HTML5.

    Try to watch Youtube on a laptop with a really slow wireless connection. Then switch to an iPad.

  3. Re:Just what the world needs by MouseR · · Score: 2, Interesting

    Er. Why would Oracle team up with Adobe`s Flash, given their JavaFX?

    Disclaimer: I work for Oracle.

  4. Implementation dependant by DrYak · · Score: 2, Interesting

    HTML5 can't do that.

    HTML5 only specifies the source URL where to get the media from. Doesn't specify how to play it nor exactly how to download it.

    Of course you could just implement it in a dumb straight forward way : like download the whole damn file and just play it.

    But some data containers, like the OGG container with is pushed forward by OSS at least for Vorbis and Theora (and could be used for VP8 too) are designed in such a way that different chunks can contain different level of details (think like a progressive JPEG). A more advanced software could download the metadata and then only selectively download parts of the file that contain the chunks that it can play within the bandwidth limit. (Think : only downloading the first part of a progressive JPEG which contain the lower resolution data).

    I don't know if Matroska (the preferred container for VP8 codec as part of Google/On2's WebM) can do it too.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]