| |
Scrolling text can be displayed
directly on applet or can be displayed on an image panel that is
triggered with the "imagea param" which is displayed by clicking on
the applet. Text scrolling directly on the applet is much easier than "imagea"
method, and is available with unregistered version.
To hear sounds with the fireworks, you
must have fireworks.au in your folder (also called directory). To
trigger fireworks sounds off and on, you need this parameter in your
script: <param name="Fsound" value="1"> a value of "1" is On, and
a value of "0" is Off. "1" is the default if you don't have Fsound param
in your script.
With Janim version 3.11 you need the
following permanent files in your Janim Directory or folder: Janim.jar, Janim.txt, fireworks.au, and
with the addition of scrolling text and imagea, you will need changing
files of Txt file for "TFile" , your scrolling text param, &, either gif
or jpg for your "imagea files" param
Also you need to use this as the first line in you Applet
<APPLET code=Janim3.class
archive="Janim.jar" width=500 height=310>
with measurements to suit the graphic you are using . . .
 |
|