On Feb 19, 5:55 am, Brian <[email protected]> wrote:
>
> My question for the group: is the applet sandbox really insufficient
> for an applet like this to show a video?  Or is it just sloppy coding
> on the applet developer's part?  It's my belief that things like this
> are one reason why applets have a bad name.

I think it's just using Java as a convenient wrapper around a native
video decoder. With the Java FX runtime, you get a video codec
packaged in a nice library already approved. Hopefully that bloat can
go into the JRE itself. Having said that, there is enough performance
in Java to run a pure video codec.

Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to