mariam Posted June 20, 2011 Share Posted June 20, 2011 Hi i made this website (using readily available scripts mostly). I want it to call this .jar file that is basically a graph plotting tool. I read on w3schools.com that i should use <object> tag (instead of <applet> that is deprecated) which is said to be used for audio, videos, Java applets, ActiveX, PDF, and Flash. The example given there is for flash <object width="400" height="400"> <param name="movie" value="/flash/helloworld.swf"> </object> this shows a flashy text saying hello world. I want to use this for calling my livegraph.jar that ive also saved on my web server. Any idea how to go about it?? I need urgent help. Quote Link to comment Share on other sites More sharing options...
mariam Posted June 20, 2011 Author Share Posted June 20, 2011 My livegraph.jar is not a java applet . It is simply a java application so should i use be using <applet> or <object> at all? Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted June 21, 2011 Share Posted June 21, 2011 I never work with java, but this is probably what you are looking for: http://java.sun.com/products/plugin/1.3/docs/tags.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.