EMBED
.WAV EXAMPLE
(Audio
File - compressed)
"Funny How Time
Slips Away"
by Elvis Presley
| A normal .WAV file can be huge
and not suitable for use on the web. In this example a 32 MB song has been
compressed to under 1 MB by lowering the quality and using "mono" instead
of "stereo". Right-click on the console in a blank spot. Select
'Properties' and you will see the type of compression that was used to
create the file.
Following is the script used for this page. It must be placed at the location you want it to appear. Notice that "playMedia" includes not only the file name and extension, but is preceded by the location of the file. In this case it is in a separate folder named "media" which was created off the folder this document is located in. |
| <script language="JavaScript" src="wmpCodeGen.js"></script>
<script language="JavaScript" type="text/javascript"> playMedia("media/FunnyHow.wav",1,45,200) </script> |
| Please click the 'Back' button below to view other examples. |