Using Sound Files
This is sample web page showing how to insert sound files.
The sound files must be saved into your web folder.
Using an HTML editor copy the code below into the body of to your html code
where you wish the player to appear.
Change the music file to your music file name.
Note: Some browsers may need plugins for sound to work correctly
<!--begin sound embed html-->
<embed src="music filename goes here" height="55" width="200"
autostart="false"
loop="false"><br>
Title and
composer name goes here
<!--end sound embed html-->
Example 1:
<embed src="easy.wav" height="55" width="200" autostart="false"
loop="false">
Wave file sample
Example 2:
<embed src="funkytime.mp3" height="55" width="200" autostart="true" loop="false">
MP3 sample
Samples