Code subject: play music as your website background.
Posted: Tue Dec 13, 2011 10:40 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
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>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )