Hi,
I was wondering if it is possible to call methods on the JOGLAppletLauncher subapplet (the “real” applet) from JavaScript. As I understand it, you can only call methods publicly exposed by the applet from JavaScript. Since the applet happens to be JOGLAppletLauncher, there seems no way for me to invoke methods on MY applet that is being started by JOGLAppletLauncher. Is there something I’m missing?
If there is currently no way to do this, I think a reasonable way to allow this behavior (though I haven’t tried it yet) would be to add a “getSubApplet” method to JOGLAppletLauncher.