[f.i.p.s.] the.site

Java Applet - Typewriter 2

Typewriter2.class

Das bereits bekannte Typewriter Applet wurde neu überarbeitet und hat nun zusätzliche Parameter:
Background, Textfile, Update und Sounds (fahren Sie mit der Maus über das Applet).

HTML-Einbindung


<applet code="Typewriter2.class" width="400" height="55">

<param name="ONETAG"
value="
*URL=http://members.carinthia.com/fips/fips.htm*SOUNDS=audio/*UPDATE=1*
TEXT=Typewriter2 unterscheidet sich von der Vorversion mehrfach:
Der Code wurde bereinigt - die CLASS-Datei wurde kleiner,
das start/stop-Management wird besser gehandhabt und auch
neue Parameter kamen dazu: BACKGROUND, TEXTFILE, UPDATE und
SOUNDS.|Mit dem Typewriter2 Applet können Sie wichtige
Informationen auf Ihrer WebSite anzeigen. Es ist flexibel
genug, um an alle Bedürfnisse angepaßt zu werden und auch
'gescheit' genug, um die meisten Formatierungsarbeiten zu automatisieren.
*FONTNAME=Courier*BORDER=out*SPEED=100*MARGIN=10*BGCOLOR=200,255,220*
TEXTCOLOR=0,50,100*CYCLES=infinite*FONTSIZE=14
">

</applet>


Weitere Erklärungen zu den Parametern in Englisch ==>

 

Autor - Copyright


Eric C. Harshbarger - Sun Microsystems, Inc.

Gefunden bei:
Joschi's Java Page

 

[f.i.p.s.] the.site <> eMail

 

Erklärungen

 

The param tags are the lines which customize the applet to your needs. Following is a list of all the parameter options which are currently available. Note that the 'name=' of the parameter as typed into the HTML document SHOULD BE CAPTILIZED... it is not necessary to capitalize the 'value' attributes. Defaults (where described) indicate what appropriate values will be used if not explicitly given in the HTML document.

parameters (also see the optional ONETAG notation for parameters)

  1. TEXT
  2. TEXTFILE
  3. UPDATE
  4. FONTNAME
  5. FONTSIZE
  6. MARGIN
  7. URL
  8. PAUSE
  9. SPEED
  10. BORDER
  11. CYCLES
  12. BGCOLOR
  13. TEXTCOLOR
  14. SOUNDS
  15. BACKGROUND