Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #16013
| From | Sanny <softtanks22@hotmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Using Object tag instead of Applet tag why? |
| Date | 2012-07-14 02:01 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <367d578b-faf7-45d5-a93d-59e82d0ccfaa@googlegroups.com> (permalink) |
I read at a few places on net to use "Object" tag instead of "Applet" tag. Why? What is the disadvantage of using Applet tag? I have a game which I publish as below <applet code="My...Game.class" width="800" height="600" archive="Fight...game.jar" codebase="http://www.getclub.com/.../enjoygame/"> Game applet </applet> What will be the Syntax to use when using the Object Tag? Will I be able to pass parameters as-well? Will Object tag works on all Browser? There is one Embed Tag also whats difference between Embed Tag & Object Tag. Which one is best. I want some way for the tag to download the required java plugin directly in browsers not having java. Can I specify something it tag So that the Java JVM is automatically downloaded? I am having a Java program not using jar file. I have a few images in it. Currently I load the program and call each image. Can I collect all images in a zip/ jar file and call each? How to add a flash screen that shows download status while images are downloaded from jar file while the applet is loading? Bye Sanny Wandering in Java Forest Play Fireman Shooting Game http://www.getclub.com/Fireman.html
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
Using Object tag instead of Applet tag why? Sanny <softtanks22@hotmail.com> - 2012-07-14 02:01 -0700 Re: Using Object tag instead of Applet tag why? Roedy Green <see_website@mindprod.com.invalid> - 2012-07-14 06:29 -0700 Re: Using Object tag instead of Applet tag why? Lew <noone@lewscanon.com> - 2012-07-14 13:01 -0700 Re: Using Object tag instead of Applet tag why? "John B. Matthews" <nospam@nospam.invalid> - 2012-07-14 22:43 -0400 Re: Using Object tag instead of Applet tag why? Arne Vajhøj <arne@vajhoej.dk> - 2012-08-19 21:22 -0400
csiph-web