I'm trying to pass ArrayBuffer to Java applet, but cannot guess how to do it. It's pretty easy to handle standard JS arrays and they work fine for Sun's plugin (not for IcedTea). I can pass ArrayBuffer as Object or JSObject, but can't get to the array's data.
Any ideas? Thanks.