Adding Sound
Adding sound is Easy Peasy! Here is the code:
<EMBED SRC="jazzy.mid" AUTOSTART="TRUE" LOOP="TRUE">
As easy as that.. The old explore code is now obsolete for all browsers and the above code is universal for all, including MSN/WebTv users
There are several attributes you can add to make changes to the basic code
Loop="3"
The above Loop attribute will loop the sound 3 times only changing the number will loop that many times. Changing the number to "TRUE" will make it loop forever. Changing it to "FALSE" will make it play only once. As I have done on this page.
WIDTH="120"
Change the width of the player to the size you wish
HEIGHT="25"
Change the height to the size of your choice. The one above is set to a height of 25
HIDDEN="TRUE"
Setting this attribute to FALSE will make the player visible while setting it to TRUE will hide it.
AUTOSTART="TRUE"
Setting this to TRUE will make it play when the page loads and FALSE will only play when the user chooses to
VOLUME="100%"
Change how loud the volume will be. 100% is the loudest while 0% will make no sound at all.

Who Made This Mess | Privacy statement | Link To The-Jazzman.com
|