Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #16025
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail |
|---|---|
| From | Lew <noone@lewscanon.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Using Object tag instead of Applet tag why? |
| Date | Sat, 14 Jul 2012 13:01:44 -0700 |
| Organization | albasani.net |
| Lines | 39 |
| Message-ID | <jtsj69$4ki$1@news.albasani.net> (permalink) |
| References | <367d578b-faf7-45d5-a93d-59e82d0ccfaa@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.albasani.net DEsGC1DRirHR9X5IOi2ZmYUXljpdi3cZ5VkWHke0beVij9vZh+PxTByYzGRAjP3PdG6If0zTCXshFTv14D4T+bBPyxDpkgx45OYhXELHf0BPKueYWbZgbqTC4CmkFD9k |
| NNTP-Posting-Date | Sat, 14 Jul 2012 20:01:13 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="77Jbzyw8eOdgEDPFRhIEzh4Zy6C6wji59oEXpUzPq00u2pByQ6s1vLkNlGUeJCTtnCJ6WjFx5JuqmqUxqNoLS+TvY1Z5kVN+QriYT65+9kJRicLwUrNrbVzQyCaz1Fr8"; mail-complaints-to="abuse@albasani.net" |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
| In-Reply-To | <367d578b-faf7-45d5-a93d-59e82d0ccfaa@googlegroups.com> |
| Cancel-Lock | sha1:5KdXId0DvoL047eKYuNWZhN3Ovw= |
| Xref | csiph.com comp.lang.java.programmer:16025 |
Show key headers only | View raw
Sanny wrote: > 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? http://lmgtfy.com/?q=Java+applet+tag+object -- Lew Honi soit qui mal y pense. http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | 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