EMBED
.MID EXAMPLE
(A
"Magic" Size)
Above is
the result of our script.
(Right-click for
access to play/pause, stop, volume, etc.)
Watch as the Song
Tile, Author of the MIDI
and Copyright info
is displayed
| We have reserved a "magic" size in the Code Generator. By entering a height of 24 and width of 299 the display is as above. This is useful at the bottom of a page if you want to show the information contained in an .mp3, .wma or .wax(playlist) file. This demo is a MIDI file in a .wax file. |
| The first Script line indicates a relational link for "wmpCodeGen.js". The normal location for the Code Generator is in the root of your website. Thus, you can refer to it from within a folder by simply adding "../" so that it can be found. If you page is also in the root location, then delete this link reference. |
| <script language="JavaScript" src="../wmpCodeGen.js"></script>
<script language="JavaScript" type="text/javascript"> playMedia("BeyondTheSea.wax",1,24,299) </script> |
| Please click the 'Back' button below to view the list of other examples and instructions. |