|
-
December 17th, 1999, 04:50 AM
#1
adding sound to document file
Hi,
I have a web page I want whenever somebody visit here it plays a sound.
-
December 17th, 1999, 06:19 PM
#2
Re: adding sound to document file
IE4 and up
<embed src="'MySong.mid' autostart="true">
Netscape:
<bgsound src="'MySong.mid'">
Charles Zimmerman
http://www.freevbcode.com
-
December 21st, 1999, 05:31 AM
#3
Re: adding sound to document file
I am using this code in the page where I want music. Its not working I have called this page from other link.
<html>
<head>fsjdfls</head>
<bgsound src="Cpqdiag.mid">
<body>
Welcome here
</body>
</html>
-
December 21st, 1999, 02:41 PM
#4
Re: adding sound to document file
First of all you usually need to specify whole path of MIDI song and second...I"m not exactly sure but I think bgsound should go after <body>
<html>
<head>fsjdfls</head>
<body>Welcome here</body>
<bgsound src="C:\yoursong.mid">
</html>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|