What is the html code necessary to make a Java 3D plugin download pop up appear if the user does not have the plug in?
you could start with this stuff: http://www.java-gaming.org/cgi-bin/JGOForums/YaBB.cgi?board=share;action=display;num=1036269970
And modify meetsRequirements in DetectPlugin.java to return true if Java3D is available
thanks, but thats not exactly what i intended. I should have made things clearer. I have a java 3d applet on a website. The current html code that i have only shows the applet if you have the plugin. How do i make it so that if a user that does not have the java 3d plug in will get a pop up window that will show up to direct the user to the plugin. Just like all the other sites on the web