Parameter Name | Parameter Usage |
---|---|
titlek | kth 3D rainbow title, x coordinate,y coordinate,font type,font style,font size |
textk | kth text, x coordinate,y coordinate,font type,font style,font size |
Delay | delay between each frame |
sound | sound file(optional) in .au format |
loop | if "yes" play in loop else play once |
URLk | URL link (optional) for kth text |
< 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>