Have you tried
applet.stop()
also,
applet.destroy() - tells applet to lose all its resources, but still requires the stop(). But an applet is destroyed when the page changes, as its only part of the present page...
You should be able to get this info from any search on Applets reference.