It is possible to add multimedia contents to a website using JavaScript. Among them, video and music are the commonest.
To play background music, you can use the following code:
PlayMusic.src=”mj.mp3″;
Check out the full script here:
Free JavaScript tutorial
It is possible to add multimedia contents to a website using JavaScript. Among them, video and music are the commonest.
To play background music, you can use the following code:
PlayMusic.src=”mj.mp3″;
Check out the full script here: