Running music as background of your web page using the <bgsound> , try to test is on IE first.
Code:
<html> <title> run wav file in as your background music </title> <head> <bgsound src="tms.wav" balance="0" loop="1" volume="50"> </head> <body> You should hear the sound if you are using the right path of wav file </body> </html>
_________________ M. S. Rakha, Ph.D. Queen's University Canada