Need a Scrolling Marquee

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mandy

    Need a Scrolling Marquee

    Starting a web page for my local Little League, I want a led-like
    scrolling marquee like the one found here: http://www.lnll.org
    I'm willing to pay for it.

    Thanks,
    Coach Jeff
  • Michael Winter

    #2
    Re: Need a Scrolling Marquee

    On 19 Feb 2004 14:01:20 -0800, Mandy <aridav1@yahoo. com> wrote:
    [color=blue]
    > Starting a web page for my local Little League, I want a led-like
    > scrolling marquee like the one found here: http://www.lnll.org
    > I'm willing to pay for it.[/color]

    That part of the page is written in Java, not JavaScript. There is no way
    to replicate that in JavaScript.

    A Google search produces many results for tickers (watch for wrap):



    From a quick look at some of the returns, there are some very nice
    implementations . They do lack the "LED look" though. Results for
    LED-styled tickers aren't quite so impressive.

    Mike

    --
    Michael Winter
    M.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

    Comment

    • Randy Webb

      #3
      Re: Need a Scrolling Marquee

      Michael Winter wrote:
      [color=blue]
      > On 19 Feb 2004 14:01:20 -0800, Mandy <aridav1@yahoo. com> wrote:
      >[color=green]
      >> Starting a web page for my local Little League, I want a led-like
      >> scrolling marquee like the one found here: http://www.lnll.org
      >> I'm willing to pay for it.[/color]
      >
      >
      > That part of the page is written in Java, not JavaScript. There is no
      > way to replicate that in JavaScript.[/color]

      Yes there is, it's just not worth the effort. The LED background is
      simple enough, just an image. Then it becomes just a matter of moving
      text around. Could probably be done with a marquee tag and scripting it
      to change its text/direction.



      --
      Randy
      Chance Favors The Prepared Mind
      comp.lang.javas cript FAQ - http://jibbering.com/faq/

      Comment

      • mscir

        #4
        Re: Need a Scrolling Marquee

        Mandy wrote:[color=blue]
        > Starting a web page for my local Little League, I want a led-like
        > scrolling marquee like the one found here: http://www.lnll.org
        > I'm willing to pay for it.
        >
        > Thanks,
        > Coach Jeff[/color]

        google comes through once again!



        -------------------------------------------------------


        Java Applets: Text Scrollers : LED SCROLLER

        Class File Size 5.189 Bytes.......... .nice and small
        Requirements LedDisplay.clas s
        -------------------------------------------------------


        This applet mimics an LED sign that you typically see displaying
        messages at airport terminals and the such. Configurable, scriptable,
        and source is included!

        How To Use: Download LED.zip (74KB) and unzip within your HTML
        directory...... ............... .......bigger but has more features

        Java Source: The main file: source.html. The other 6 files are available
        in the download. HTML Source:

        <applet code="LED.class " width=500 height=48 align=center>
        <param name="script" value="Demo.led ">
        <param name="border" value="2">
        <param name="bordercol or" value="100,130, 130">
        <param name="spacewidt h" value="3">
        <param name="wth" value="122">
        <param name="font" value="default. font">
        <param name="ledsize" value="3">
        </applet>

        Author: Darrick Brown
        Homepage: http://www.cs.hope.edu/~dbrown/
        Upload date: September 9, 1996
        -------------------------------------------------------


        Allows you to have messages "written" across a display which emulates an
        LED sign. It has the following features:

        You can set the LED display position.
        You can set the on and off colors of LEDs.
        You can use pause, scroll, flash and sun special effects.
        Version 1.0, last updated 2003-05-31
        Developer : Richard Maloney (adapted to Anfy Flash by Aleksey Udovydchenko)
        Effect Browser Compatibility : IE4, IE5, IE5.5+, Opera5+, NS4.5
        -------------------------------------------------------
        Mike

        Comment

        Working...