Java
  GuestBook
  Security
     Explorer
     Netscape

JavaScript
  Mouse Over

Layers
  Menu

Windows
  File Types

Java Ticker

Welcome to the Outsource Labs Ticker page.

Features:

  • Entry changes colour as you move the mouse over an entry.
  • Click to go to the url.
  • Click and drag to make the ticker go forward/back.

Param Usage:

  • text1, text2, ... text100: The text entries for the ticker.
  • url1, url2, ... url100: The url entries for each text entry.
  • milliSleep: how fast to scroll (less is faster)
  • copyright: required to be "http://www.olabs.com/java/Ticker/"
  • fontName: name of the font to use (eg Courier)
  • fontStyle: 1 for bold, 2 for italics, 3 for bold and italics.
  • fontSize: The font Size, eg 12, 18, or 24

Notes:

The ticker will look in order for text entries in the parameters until it doesn't find one. eg if you have text1, text2 and text4 the text4 entry won't be included.

More options soon (such as font, fontSize, background, foreground, selectColour).

Example

The above example was done with:
    <table border=3><tr>
    <td><applet codebase=http://www.olabs.com/java/ticker/ code=olabs.Ticker width=400 height=13>
    <param name="copyright" value="http://www.olabs.com/java/Ticker/">
    <param name="milliSleep" value="10">
    <param name="text1" value="Outsource Labs rules the world ...">
    <param name="url1" value="/">
    <param name="text2" value="Olabs develops Java GUI's for Lucent telecommunications projects ... ">
    <param name="url2" value="/news/#lucent">
    <param name="text3" value="We do Java and HTML training... ">
    <param name="url3" value="/training/">
    <param name="text4" value="AT&T License our Java courses ... ">
    <param name="url4" value="/news/#att">
    <param name="text5" value="This Ticker by Cameron Gregory ...">
    <param name="url5" value="http://www.bloke.com/">
    </applet></td>
    </tr></table>

For more examples, check out the Test Page


The information on these pages are provided on an "AS IS" basis, and may be used freely at your own risk. Addition usage information found on each particular page.
olabs@olabs.com