JavaZOOM Web Site
Applets
Servlets
Projects
Services
Links
About

Navigation System
Contest


Any Question ?
Try our Forums !

Wave Scrollling Support

New Features
  • 10 parameters have been added to WaveScroll 2.1
  • Both vertical and horizontal scrolling are now available.
  • Independant font file is supported.
  • WaveSpeed, Frame per second are now in parameters.
  • Wavetypes have been added.
  • JDK 1.02 Compatibility.
  • WaveScroll V3.1 have been tested under Netscape 3.01, Netscape 4.x and IE4.x successfuly. It was compiled under JDK 1.02.

    Scrolling AwardWaveScroll has been rated on www.jars.com on 01/05/99. Presentation : 355, Function : 262, Originality : 229, Total : 846/1000.

    How to install ?

    WaveScroll 3.1 is easy to install. First download the demo package here (Zip file : 11.6 Ko) . Install wave1d.class, taftb.class, wavescroll3.class and bar2font.gif (or your own font file in gif format) in the same directory as your web page. Copy the following APPLET TAG in your HTML code and change parameters as you need.

    <APPLET CODE="wavescroll3.class" CODEBASE="./" ALIGN="BASELINE"
    WIDTH="460" HEIGHT="70">
    <PARAM NAME="scrolltype" VALUE="vertical">
    <PARAM NAME="text" VALUE=" [] WaveScroll V3.1 is Out !! Both Vertical and Horizontal Wave Scroll are now Available !! Independant font file supported !! ° 10 parameters added !! []">
    <PARAM NAME="speed" VALUE="3">
    <PARAM NAME="wavetype" VALUE="swing">
    <PARAM NAME="reversefx" VALUE="yes">
    <PARAM NAME="wavespeed" VALUE="4">
    <PARAM NAME="fps" VALUE="24">
    <PARAM NAME="fontfile" VALUE="bar2font.gif">
    <PARAM NAME="fontwidth" VALUE="32">
    <PARAM NAME="fontheight" VALUE="20">
    <PARAM NAME="yspacing" VALUE="12">
    <PARAM NAME="fontindex" VALUE="%!|%[]#%()°+,-.%0123456789:%%%%?%ABCDEFGHIJKLMNOPQRSTUVWXYZ%">
    <PARAM NAME="bgcolor" VALUE="0">
    </APPLET>

     

    Parameters description :

    scrolltype

    You can choose your scrolling type : Horizontal (like in WaveScroll 2.x) or Vertical. For vertical scrolling, WaveScroll manages amplitude in fonction of the height parameter.

    text

    Write your own text by this parameter, regardless to the case. WaveScroll will convert it to uppercase. Warning : All the letters used have to be correctly indexed in the fontindex parameter !

    speed

    Select the speed of the scrolltext (pixels/frame)

    wavetype

    You can choose the wave type in the following value:
    -
    classic : A simple sine wave.
    -
    swing : A simple sine wave.
    -
    short : A 3 short frequencies wave.
    -
    long : A 2 long frequencies wave.
    -
    smooth: A 2 frequencies wave that suits for horizontal scroll.
    -
    halfsmooth: The half smooth frequencies .

    All frequencies are scaled to width parameter for a vertical scrolling and height parameter for horizontal scrolling.

    wavespeed

    You can control the propagation of the wave. Useful for cool effects.

    reversefx

    You can use a reverse propagation. Useful for cool effects. Use yes (or no) to enable (or disable) this effect.

    fps

    Frame per Second

    fontfile

    Filename for the .gif containing the fonts.

    Free Fonts
    e.g : bar2font.gif

    fontwidth

    width of the font in pixels

    fontheight

    height of the font in pixels

    yspacing

    space between 2 lines (in pixels) of fonts.

    fontindex

    A lookup table which describes letters positions in the image file( line by line).

    Warning : Avoid the space character (i.e " ") at the begining and at the end of the index. Use a neutral character (e.g %) for unknown characters. As example, for the fontfile (bar2font.gif) above use :

    %!|%[]#%()°+,-.%0123456789:%%%%?%ABCDEFGHIJKLMNOPQRSTUVWXYZ%

    Trick : If the text seems chaotic ;) then there is an error in the fontindex.

    bgcolor

    Color of the background. Decimal value only : e.g black = 0 white=16777215 (FFFFFF in hexadecimal)


    WaveScroll 3.1 Applet

    Price $15 US

    ONLINE REGISTRATION via a
    SECURE SERVER
    with a credit card.
    Register Applet

     

    [News]

    [Applets]

    [Servlets]

    [Services]

    [Projects]

    [Links]

    [About]
     

    Copyright © JavaZOOM 1999-2003

    Java is a trademark of Sun Microsystems,Inc. All other company and/or product names are the property of their respective owners.