Exporting as Applet problems.
When I try to export my game to a standalone .jar, it works fine. But I've spent the last few hours trying to export as an applet, and can't get it to work.
The applet will load in the browser on the html page, and I can hear sound, but it won't display. When I change tabs and come back, it will draw/update the frame, so I know it's running. But I'm also unable to set focus in the applet. So I can't interact with it.
Additionally, it won't draw the contents of a sub-app ever in the applet. it remains black.
I get this non-updating/uninteractive behavior in XP, with Java version 1.6, and when I try the applet in OS X 10.5. Again, standalone .jar works fine.
:(
(MMF Build 248)
Re: Exporting as Applet problems.
Sub applications do not work with applets.
Problems on the Mac havce beens solved and will be made public in the next Java build.