I dont know if i am emailing to the right place. If not, i am sorry...

I use the next EAI code:

    import VRML.external.*;
    import VRML.external.field.*;
    import VRML.external.exception.*;
    import java,awt.*;
    import java.applet.*;

    public class example extends Applet {
        Browser browser = null;
        [....]
        public void init(){
            browser = Browser.getBrowser(this);  /*this give me problems*/
        [...]
    }
}
If i use Internet Explorer 5.0 the applet is loaded and run with no problems, but if i use Netscape 4.5 i get the next
message in the 'Java Console': "Cosmoplayer: Browser::getBrowser: Plugin pointer not available."

Any idea of what can be wrong?
Thankyou very much!

Reply via email to