This isn't neccesarily the best list to ask this question but it certainly
is applicable here so I'll ask anyway: I can easily access java applet
public methods when I use the <APPLET> tag for running an applet in a HTML
web page (non-Java3D) but since I am running Java3D and hence need the SUN
plugin to run my Java3D applet I use the <OBJECT> tag that loads the SUN
plugin and runs the applet. I can't figure out how to access applet public
methods from JavaScript on the web page when using this approach to running
an applet (I get back 'Error: Object doesn't support this property or
method'. Can anyone out there tell me how I can access methods in an applet
being run via the SUN plugin?
Thanks in advance,
myron
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".