|
General
Description:
Small text scroller that
features waving text with adjustable colors and fonts! Pequeño
deslizador de texto con efecto de olas con colores y fuentes ajustables
Important: Your browser
must be Java enabled to properly view this page.
Importante:
Tu navegador debe interpretar Java para ver esta página correctamente.
Here's how to do
it:
Instrucciones:
1. Download the "popscroll.zip" by clicking
here 1.
Descarga el fichero "popscroll.zip" pulsando
aquí 2. Unzip the popscroll.zip or download "PopScroll.class"
without downloading the zip file. 2.
Desempaqueta el popscroll.zip o descarga
"PopScroll.class" sin descargar el fichero zip. 3. Extract and Save
"PopScroll.class" on the same directory where your page html
resides 3.
Extrae y salva "PopScroll.class" en el mismo directorio donde esté tu página html. 4. Copy and paste the code below to your HTML page source
and edit it according to your requirements 4.
Copia y pega el código de abajo en el fuente de tu página HTML y editalo
de acuerdo a tus necesidades. 5. Upload your html page and
"PopScroll.class" on the same directory at your server. 5.
Pon tu página html y "PopScroll.class" en el mismo directorio en tu
servidor.
<applet
code=PopScroll.class name=popscroll width=340 height=60
> <param name=var1 value="___________Deslizador de
mensajes con efecto de olas con colores y fuentes ajustables___________"> <param name=textcolor
value="007000"> <param name=shadowcolor
value="b0b0b0"> <param name=backgroundcolor
value="ffffff"> <param name=size
value=40> <param name=font value="TimesRoman">
<param name=style
value=3> </applet> |
Info:
var1
= text to be displayed textcolor = color of
text message format:"rrggbb" shadowcolor = color of shadow of
message backgroundcolor = color of background
font
= name of font style
= style of font: 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD and
ITALIC | |