|
Ibon
Tolosana brings a new dimension to presentation.
This applet makes a great little ad or something a
little different to put on your splash page.
The adjusted code is shown at the right. Get the files you
need for this applet from FX
Applets.
You're
free to change any of the parameters except the credit
line which is necessary for this applet to be free of
charge. The url parameter can be a link to your page
or to another site. If you do not want to link, change
the value to "no". Be sure to read any help
pages for details on configuring this applet.
Other
limits: Burst value cannot be greater than 3 and
colormapsize cannot be greater than 200.
Once
you've gotten the code adjusted to your satisfaction,
close the element and resize it to the dimensions of
your applet. Then save and publish your page.
Make sure everything works correctly when you preview
it. Make any other necessary adjustments.
Be
sure you upload the fireFX.class file and the
Producer.class file to your Files Manager.
Otherwise, you won't have a working applet - all
you'll see is a gray box.
Click
this window close to return to Applet
Index
Page
|
Here
is the adjusted code from FX Applets as you will need
to use with SiteBuilder at Homestead:
<applet
code="fireFX.class" name="fireFX"
codebase="files/" width="300"
height="150">
<param name="burst"
value="3">
<param name="color1"
value="0">
<param name="color2"
value="ff69b4">
<param name="color3"
value="00bfff">
<param name="color4" value="ffffff">
<param name="colormapsize"
value="120">
<param name="credits" value="Applet
by Ibon Tolosana (www.izar.net/~ibon.html)">
<param name="density"
value="13">
<param name="fire"
value="yes">
<param name="frame"
value="_blank">
<param name="granularityDX"
value="1">
<param name="granularityDY"
value="1">
<param name="granularityFX"
value="1">
<param name="granularityFY"
value="1">
<param name="mesage" value="your
message">
<param name="rockets"
value="yes">
<param name="scrollamplitude"
value="60">
<param name="scrollspeed"
value="2">
<param name="scrolltextcolor"
value="ffffff">
<param name="scrolltextsize"
value="20">
<param name="scrolltextstyle"
value="BOLD">
<param name="scrollfont"
value="Helvetica">
<param name="scrollypos" value="align_bottom">
<param name="text1" value="your
first text line">
<param name="text2" value="your
second text line">
<param name="text3" value="your
third text line">
<param name="transparent"
value="yes">
<param name="url" value="somesiteurl">
<param name="vertScrollSpeed"
value="1">
<param name="MaxRockets"
value="10">
<param name="Explosion"
value="500">
<param name="MaxFlares"
value="70">
<param name="FlareLength"
value="100">
<param name="Gravity"
value="100">
</applet>
|