Quote:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.9//EN">
<HTML>
<HEAD>
<TITLE>PoTIME MP3</TITLE>
<BGSOUND SRC="test.mp3" AUTOSTART="FALSE" HEIGHT="60" WIDTH="140"
</HEAD>
<BODY>
|
Ewwwwwww, this is really bad for some computers/browsers as it can show up in the download manager instead of the background. It would have the same affect as this might:
Code:
<body onLoad="location='potime.mp3'">
Using <EMBED> and AUTOPLAY="True" (or "yes" I forget which) should solve this.
PM me if you have any questions regarding this html ^.^