Re: Add Sound to Page Help please
I don't think that is something wrong in my page, I didn't do anything else that you didn't tell me, no scripts was inserted in somewhere else, this is the entire script that I found in the Start of page Tag in my page HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Untitled Page</TITLE>
<META name="GENERATOR" content="Created by BlueVoda">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<DIV style="position:absolute;left:366px;top:239px;widt h:150px;height:150px;z-index:0" align="left">
<EMBED ID="intro_mp3" src="http://www.niteproduction.com/music/intro.mp3" height="0" width="0" hidden="true" loop="true"><BR>
<FONT style="position:absolute;left:24;font-size:8pt" color="#CCCCCC" face="Franklin Gothic Medium" onmouseover="this.style.cursor='hand'" OnClick="StartMeUp()"><B>on</B></FONT>
<FONT style="position:absolute;left:50;font-size:8pt" color="#CCCCCC" face="Franklin Gothic Medium" onmouseover="this.style.cursor='hand'" OnClick="ShutMeDown()"><B>off</B></FONT>
<SCRIPT>
<!--
function StartMeUp ()
{
intro_mp3.play();
}
function ShutMeDown ()
{
intro_mp3.stop();
}
-->
</SCRIPT>
</DIV>
</BODY>
</HTML>
I don't think that is something wrong in my page, I didn't do anything else that you didn't tell me, no scripts was inserted in somewhere else, this is the entire script that I found in the Start of page Tag in my page HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Untitled Page</TITLE>
<META name="GENERATOR" content="Created by BlueVoda">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<DIV style="position:absolute;left:366px;top:239px;widt h:150px;height:150px;z-index:0" align="left">
<EMBED ID="intro_mp3" src="http://www.niteproduction.com/music/intro.mp3" height="0" width="0" hidden="true" loop="true"><BR>
<FONT style="position:absolute;left:24;font-size:8pt" color="#CCCCCC" face="Franklin Gothic Medium" onmouseover="this.style.cursor='hand'" OnClick="StartMeUp()"><B>on</B></FONT>
<FONT style="position:absolute;left:50;font-size:8pt" color="#CCCCCC" face="Franklin Gothic Medium" onmouseover="this.style.cursor='hand'" OnClick="ShutMeDown()"><B>off</B></FONT>
<SCRIPT>
<!--
function StartMeUp ()
{
intro_mp3.play();
}
function ShutMeDown ()
{
intro_mp3.stop();
}
-->
</SCRIPT>
</DIV>
</BODY>
</HTML>
Comment