Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18233 > unrolled thread

Re: Using Object tag instead of Applet tag why?

Started by"Arne Vajhøj" <arne.vajhøj@1:261/38.remove-fzq-this>
First post2012-08-20 18:58 +0000
Last post2012-08-20 18:58 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.programmer


Contents

  Re: Using Object tag instead of Applet tag why? "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-fzq-this> - 2012-08-20 18:58 +0000

#18233 — Re: Using Object tag instead of Applet tag why?

From"Arne Vajhøj" <arne.vajhøj@1:261/38.remove-fzq-this>
Date2012-08-20 18:58 +0000
SubjectRe: Using Object tag instead of Applet tag why?
Message-ID<50327C3B.57158.calajapr@time.synchro.net>
  To: Sanny
From: Arne Vajhoj <arne@vajhoej.dk>

On 7/14/2012 5:01 AM, 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?

http://www.w3.org/TR/html401/struct/objects.html#h-13.4

APPLET is deprecated (with all its attributes) in favor of OBJECT.

> 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?

http://www.w3.org/TR/html401/struct/objects.html#h-13.3

More details at:

http://docs.oracle.com/javase/1.4.2/docs/guide/plugin/developer_guide/using_tag
s.html

> Will I be able to pass parameters as-well?

Yes.

> Will Object tag works on all Browser?

All relevant.

> There is one Embed Tag also whats difference between Embed Tag & Object Tag.
Which one is best.

embed tag is new in HTML 5.

As there are still browsers out there not understanding HTML 5 then I will 
suggest using object tag.

> I want some way for the tag to download the required java plugin directly in
browsers not having java.

The object tag can do that.

See previous link or the newer (but still old):

http://docs.oracle.com/javase/1.5.0/docs/guide/plugin/developer_guide/using_tag
s.html

But have you considered using Java Web Start? That will give you much better 
control!

Arne

--- BBBS/Li6 v4.10 Dada-1
 * Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web