|
Billboard Java Applet Commerical Version 1.0
Information : Billboard is a billboard effect Java applet. URL: http://japplets.tripod.com/billboard.html Author: Gokhan Dagli Mail : quickshare@excite.com Class File : billboard.class This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement. Cost: 19USD You can buy it when finished testing. Buy it once, use same regcode for new versions! You have to pay small amount of money and receive your registration codes (regcodes). You can buy the registration code using a credit card through Regnow secure servers. You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a warning string that will appear when the applet is online on a site and regcode parameter isn't correct. Sample : |
|
Include the applet in an HTML page with code similar to the following:
|
Code explanations :
The following instructions describe the meaning of the available parameters for this applet: |
<applet code="billboard.class" width=140 height=140> | The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=billboard.class identifies the name of the Java applet. The second and third part of the applet tag identifies the width and height of the applet (usually measured in screen pixels). |
<PARAM NAME=regcode VALUE=""> | Registration code (if you have it). In the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money and receive your registration code (regcode). |
<PARAM NAME=info VALUE="Applet by Gokhan Dagli,japplets.tripod.com"> | Information about the Billboard Java applet. |
<param name=bgcolor value="ffffff"> | Background color of the applet. |
<param name=image_number value="4"> | Number of the images. |
<param name=image_align value="center"> | This tag identifies alignment of the image. left,center or right. |
<param name=image_valign value="center"> | This tag identifies vertical alignment of the image. top,center or bottom. |
<param name=image1 value="dev.gif"> | First image. |
<param name=image2 value="jw.gif"> | Second image. |
<param name=image3 value="jr.gif"> | Third image. |
<param name=image4 value="jdj.gif"> | Fourth image. |
<param name=link1 value="http://japplets.tripod.com/samplelink.html"> | First link. |
<param name=link2 value="http://japplets.tripod.com/samplelink.html"> | Second link. |
<param name=link3 value="http://japplets.tripod.com/samplelink.html"> | Third link. |
<param name=link4 value="http://japplets.tripod.com/samplelink.html"> | Fourth link. |
<param name=target_frame value="_self"> | Target frame. |
<param name=effects value="respectively"> | respectively,random or custom |
<param name=custom_effects value="5,6,7,8"> | If "effects" parameter's value is "custom", you can set (1-8). |
<param name=delay_period value="3000"> | Delay period. Applet waits for next image. |
<param name=step value="4"> | Scroll pixel step. |
<param name=step_period value="40"> | You can change scroll speed. |
</applet> | The last part works like all other HTML tags and defines the end of the applet tag </applet>. |
|
Getting Started
Linking to My Web Site
Troubleshooting & Support
|
|
|
||||
|
|
||||
|
|
||||