Musica aqui (Pon música en la página)


REF: http://www.annabella.net/music.html

             <td>
                  <font color="blue" size="4" face="Arial">
             Musica aqui
                  < font size="1" color="maroon" >
            (Pon música en la página)
                  </font></font>

         < img src="../gfx/sonido.gif"
         width="21" height="17" align="middle" onstart="MM_controlSound('play','document.anyoldname','upbeat.mid')">
             
            < embed src='upbeat.mid' width="200" height="15" hidden="false"
                                                xx height 15 or 60xx
                                                             xxHidden CAN BE SET AS TRUExx
            autostart="false" loop="true" align="absmiddle" name='anyoldname' mastersound>< /embed>
                         xx LOOP could be =1 or more xx
            </td>

ref  http://www.unix.org.ua/orelly/web/html/ch13_02.html   http://www.jqjacobs.net/web/active.html

 The <embed> tag

     <embed>
Function:

Embed an object in a document

Attributes:

   ALIGN (Netscape)
   BORDER (Netscape)
   HEIGHT
   HIDDEN
   HSPACE (Netscape)
   NAME
   PALETTE               palette=#ff0000|#00ff00
                   With Internet Explorer, the value of palette is
                   a pair of hexadecimal color values, separated by a vertical bar.
                   The first value determines the foreground color used by the plug-in;
                   the second sets the background color. Thus, specifying this palette:
   PLUGINSPAGE (Netscape only)
   SRC
   TYPE (Netscape)
   UNITS               <embed src=movie.avi height=200 width=320 units=pixels>
                 creates a view port for the window 200 by 320 pixels.
                 By changing units to en, that same view port,
                 when included within a flow of 12-point text,
                 will become 1200 by 1920 pixels.
   VSPACE (Netscape)
   WIDTH
End tag:
EXAMPLE IS <embed src=movie.avi width=320 height=200 autostart=true loop=3>

we can also embed background sound like this :
          <bgsound SRC="upbeat.mid"  loop="infinite"> or loop="true"