(Traducido y adaptado por Alejandro Roa a partir del original
de Tom Withaker)
Supongamos que ya tenemos una animación simple en AniS. El applet insertado en el HTML sería algo así:
Lo primero que hay que hacer es copiar el fichero "plantilla" (o "esqueleto") y hacer los cambios necesarios en él:
Cambiar la localización del fichero flanis.swf en el servidor
(este ejemplo muestra que el nuestro está en "/webcode/anis/flanis.swf"
- una localización común para todos los creadores).
Cambiar los valores de HEIGHT y WIDTH.
Cambiar el configFilename= value.
Cuando esté hecho, el applet debería ser algo así:
A continuación, hay que crear el fichero de texto de "configuración", que
contiene los valores para los parámetros <PARAM> del antiguo AniS. En el
HTML de arriba se ha llamado a este fichero "mkx_loop.cfg" porque es idéntico
al loop "mkx".
Este fichero de configuración debería quedar algo así:
# config file for MKX radar animation
controls = overlay,startstop,show,looprock,speed,step,zoom,refresh
image_preserve = 0,0,1000,11
file_of_filenames = mkx_radar_loop.out
backcolor = #FFFFFF
transparency = #000000
overlay_labels = <20 dBZ, County Map, Cities, Weather, Watches/Warnings
pause_percent = 250
controls_tooltip = overlay, Click this button to start/stop the animation, Click this button to print a copy of the display,
Click this button to change better loop and rock modes, Use the slider to adjust the speed of the animation, Step one frame - forward or backward,
Click this button to enable zooming by clicking on the image, Click this button to refresh the image data from the server
overlay_tooltip = Display dBZ values less than 20, Display county outlines, Display city names, Display current weather, Display severe weather watches and warnings