Configurable Parameters

Parameter NameParameter Usage
titlekkth 3D rainbow title, x coordinate,y coordinate,font type,font style,font size
textkkth text, x coordinate,y coordinate,font type,font style,font size
Delaydelay between each frame
soundsound file(optional) in .au format
loopif "yes" play in loop else play once
URLkURL link (optional) for kth text

Sample HTML Code


< APPLET code="logow.class" width=200 height=100>
< PARAM name="title1" value="Lotus,40,40,TimesRoman,bold,36">
< PARAM name="text1" value="Design International,30,90,Helvetica,bold,16">
< PARAM name="title2" value="Future,35,40,TimesRoman,bold,36">
< PARAM name="text2" value="of Your Technology,25,90,Helvetica,bold,16">
< PARAM name="Delay" value="150">
< PARAM name="sound" value="spacemusic.au">
< PARAM name="loop" value="yes">
< PARAM name="URL1" value="http://lotus-web.com">
< PARAM name="URL2" value="http://lotus-web.com/java/applet/">
</APPLET>