[Indice]


Ejemplos de páginas con sonido

Consola grande. Repetición sin fin. Volumen al 30%. Sin autoarranque.

Se escribe:

  <EMBED SRC="mozart.mid" CONTROLS=CONSOLE WIDTH=160 HEIGHT=70 LOOP=TRUE
      VOLUME=30 AUTOSTART=FALSE>


Consola grande. Sin repetición. Volumen al 50% (por defecto). Sin autoarranque. Fragmento entre los 10 y los 20 segundos del fichero (Sólo con windows 95)

Se escribe:

  <EMBED SRC="mozart.mid" CONTROLS=CONSOLE WIDTH=160 HEIGHT=70 LOOP=FALSE
      AUTOSTART=FALSE  STARTTIME=00:10 ENDTIME=00:20>


Consola pequeña. Repetición sin fin. Volumen al 40%. Sin autoarranque.

Se escribe:

  <EMBED SRC="minueto.mid" CONTROLS=SMALLCONSOLE WIDTH=144 HEIGHT=15 LOOP=TRUE
      VOLUME=40 AUTOSTART=FALSE>


Consola pequeña sin control de volumen (tamaños por defecto). Repetición sin fin. Volumen al 50% (por defecto). Sin autoarranque.

Se escribe:

  <EMBED SRC="adagio.mid" CONTROLS=SMALLCONSOLE  LOOP=TRUE AUTOSTART=FALSE>


Mezcla de sonidos. Tre ficheros de tipos distintos. Sólo botón de arranque. 1 sola audición por fichero. Volumen al 40%. Sin autoarranque.
Mientras suena el primer fichero puede oirse cualquiera de los otros dos.

Se escribe:

 <EMBED SRC="pinkpant.mid" CONTROLS=PLAYBUTTON LOOP=INTEGER1 VOLUME=40 AUTOSTART=FALSE>
 <EMBED SRC="caballo.wav"  CONTROLS=PLAYBUTTON LOOP=INTEGER1 VOLUME=40 AUTOSTART=FALSE>
 <EMBED SRC="fanfar.wav"   CONTROLS=PLAYBUTTON LOOP=INTEGER1 VOLUME=40 AUTOSTART=FALSE>

[Indice]