How do I call an applet method using javascript and the sun applet plug-in?

I am using JSObject to communicate between applets and javascript and this is working fine.

Indeed I have seen examples on the internet of calling an applet method using javascript when the applet is embedded in the HTML using the applet tag.

What I cannot find anywhere is how to call an applet method using javascript when the applet is embedded in the HTML using the sun plug-in (i.e. the object tag)

Anyone any ideas?

[453 byte] By [jonsleeper] at [2007-9-26 6:48:31]
# 1
Got it!I missed a parameter, 'scriptable' that should be set to true
jonsleeper at 2007-7-1 16:14:18 > top of Java-index,Security,Signed Applets...