Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Topic started by: gta_masta on May 22, 2006, 09:54:44 AM

Title: adding music in html pages[
Post by: gta_masta on May 22, 2006, 09:54:44 AM
 how to add music to html pages
Title: Re: adding music in html pages[
Post by: slashy_666 on May 22, 2006, 09:55:18 AM
use
<html>

<head>

<title>page</title>
<bgsound src="new.wav" loop="-1">
</head>

<body>

</body>

</html>


or










use this tag
<bgsound src="url" loop="x">
url is ut song url
and x for how many times it plays as u saw puit "-1" for unlimited it will play 4ever
Title: Re: adding music in html pages[
Post by: info on June 20, 2006, 09:23:17 AM
how to embed music in a page !