peamom
09-03-2002, 07:56 PM
Hi,
I coded the following webpage to play I song I wrote, while a picture slideshow plays. I am told by a friend that she can not hear the song when she views the page with Netscape Navigator 4.72, but it plays fine with Internet Explorer. Can anyone tell me why? Here is the html file:
<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<head>
<title>Angels of Freedom</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<BGSOUND SRC="Angels of Freedom.MP3" LOOP=1>');
else
document.writeln ('<EMBED SRC="Angels of Freedom.MP3" AUTOSTART=TRUE HIDDEN=TRUE LOOP="FALSE" STOP=FALSE VOLUME=100 PLAY=TRUE><P>');
var image1=new Image()
image1.src="BRIAN.JPG"
var image2=new Image()
image2.src="Wedding.jpg"
var image3=new Image()
image3.src="Weddingcake.jpg"
var image4=new Image()
image4.src="BrianwBaby.jpg"
var image5=new Image()
image5.src="BrianBeach.jpg"
// -->
</SCRIPT>
<NOSCRIPT>
<BGSOUND SRC="Angels of Freedom.MP3">
</NOSCRIPT>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" background="clouds.jpg" link="#cc0000" alink="#cc0000" vlink="#cc0000">
<table cellpadding="2" cellspacing="2" border="0" width="100%">
<tr>
<td><font face="arial" size="2"><b><a href="mailto:jlonski@comcast.net">Click Here to Contact Song's Author</a></b></font></td>
</tr>
<tr>
<td align="center"><font color="#cc0000" face="arial" size="2">Please Wait. The song will download and play.</a></font></td>
</tr>
<tr>
<td><br><h4><font face="arial"> Written in Honor of Brian Martineau,</font></td>
</tr>
<tr>
<td><h5><font face="arial"> who left his wife and two children for work at the World Trade Center
September 11, 2001, and never returned home.</font></td>
</tr>
<tr>
<td align="center">
<table cellpadding="3" cellspacing="3" border="0" width="80%">
<tr>
<td valign="top">
<img src="BRIAN.JPG" name="slide" width=250 height=300 align="left">
</td>
<script>
<!--
//variable that will increment thru the images
var step=1
function slideit() {
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
if (step<5)
step++
else
step=1
//call function to "slideit()" every 50 seconds
setTimeout ("slideit()",50000)
}
slideit()
//-->
</script>
<td>
<font color="#000080" face="arial" size="3">
<b>ANGELS OF FREEDOM</b><br>
<font face="arial" size="1">
<b>Music and Lyrics Written by Jeannine Lonski.<br>Arranged and Performed by
Edward P. Shamy Jr.</b><br>
<font face="arial" size="2">
<br>
Hello God. Sorry I haven’t been here in a while.
You see I’ve been kinda busy, consoling friends who wonder why.
Why they lost their loved ones, when they went to work one day.
And just how does a mom explain why Daddy’s gone away.
<br><br>
Was Heaven low on angels? Did you need some new recruits?
And do you have enough now, because this really hurts.
Now I’ve been taught you have a plan for all that happens here.
But I must confess. This is quite a test. Could you whisper in my ear?
<br><br>
Now we wait. We wait to hear ‘bout friends who now are gone.
And we pray you’ll help us find them. But we just know it’s been too long.
We hope now for some closure, and the strength to carry on.
We try to have forgiveness, but anger rages on!
<br><br>
Was Heaven low on angels? Did you need some new recruits?
And do you have enough now, because this really hurts.
Now I’ve been taught you have a plan for all that happens here.
But I must confess. This is quite a test. Could you whisper in my ear?
<br><br>
What’s that Lord? The angels have arrived all safe and sound.
They’ve been put in charge of freedom, and they’ll help us here on the ground.
As we fight this hatred, and the terror it begets.
Their souls will live forever, and no one will forget!
<br><br>
Now Heaven’s full of angels. I can pass this message on.
I’ll tell my friends through their deeds, their loved ones will live on.
I’ll tell a mom to tell her children that their daddy lives through them.
Try to be their best, and to never rest, ‘til we’re free from fear again.
<br><br>
We will be our best, and we’ll never rest, ‘til we’re free from fear again.
</font>
<br><br>
<font size="1">Copyright© 2001 Jeannine Lonski</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
I coded the following webpage to play I song I wrote, while a picture slideshow plays. I am told by a friend that she can not hear the song when she views the page with Netscape Navigator 4.72, but it plays fine with Internet Explorer. Can anyone tell me why? Here is the html file:
<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<head>
<title>Angels of Freedom</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<BGSOUND SRC="Angels of Freedom.MP3" LOOP=1>');
else
document.writeln ('<EMBED SRC="Angels of Freedom.MP3" AUTOSTART=TRUE HIDDEN=TRUE LOOP="FALSE" STOP=FALSE VOLUME=100 PLAY=TRUE><P>');
var image1=new Image()
image1.src="BRIAN.JPG"
var image2=new Image()
image2.src="Wedding.jpg"
var image3=new Image()
image3.src="Weddingcake.jpg"
var image4=new Image()
image4.src="BrianwBaby.jpg"
var image5=new Image()
image5.src="BrianBeach.jpg"
// -->
</SCRIPT>
<NOSCRIPT>
<BGSOUND SRC="Angels of Freedom.MP3">
</NOSCRIPT>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" background="clouds.jpg" link="#cc0000" alink="#cc0000" vlink="#cc0000">
<table cellpadding="2" cellspacing="2" border="0" width="100%">
<tr>
<td><font face="arial" size="2"><b><a href="mailto:jlonski@comcast.net">Click Here to Contact Song's Author</a></b></font></td>
</tr>
<tr>
<td align="center"><font color="#cc0000" face="arial" size="2">Please Wait. The song will download and play.</a></font></td>
</tr>
<tr>
<td><br><h4><font face="arial"> Written in Honor of Brian Martineau,</font></td>
</tr>
<tr>
<td><h5><font face="arial"> who left his wife and two children for work at the World Trade Center
September 11, 2001, and never returned home.</font></td>
</tr>
<tr>
<td align="center">
<table cellpadding="3" cellspacing="3" border="0" width="80%">
<tr>
<td valign="top">
<img src="BRIAN.JPG" name="slide" width=250 height=300 align="left">
</td>
<script>
<!--
//variable that will increment thru the images
var step=1
function slideit() {
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
if (step<5)
step++
else
step=1
//call function to "slideit()" every 50 seconds
setTimeout ("slideit()",50000)
}
slideit()
//-->
</script>
<td>
<font color="#000080" face="arial" size="3">
<b>ANGELS OF FREEDOM</b><br>
<font face="arial" size="1">
<b>Music and Lyrics Written by Jeannine Lonski.<br>Arranged and Performed by
Edward P. Shamy Jr.</b><br>
<font face="arial" size="2">
<br>
Hello God. Sorry I haven’t been here in a while.
You see I’ve been kinda busy, consoling friends who wonder why.
Why they lost their loved ones, when they went to work one day.
And just how does a mom explain why Daddy’s gone away.
<br><br>
Was Heaven low on angels? Did you need some new recruits?
And do you have enough now, because this really hurts.
Now I’ve been taught you have a plan for all that happens here.
But I must confess. This is quite a test. Could you whisper in my ear?
<br><br>
Now we wait. We wait to hear ‘bout friends who now are gone.
And we pray you’ll help us find them. But we just know it’s been too long.
We hope now for some closure, and the strength to carry on.
We try to have forgiveness, but anger rages on!
<br><br>
Was Heaven low on angels? Did you need some new recruits?
And do you have enough now, because this really hurts.
Now I’ve been taught you have a plan for all that happens here.
But I must confess. This is quite a test. Could you whisper in my ear?
<br><br>
What’s that Lord? The angels have arrived all safe and sound.
They’ve been put in charge of freedom, and they’ll help us here on the ground.
As we fight this hatred, and the terror it begets.
Their souls will live forever, and no one will forget!
<br><br>
Now Heaven’s full of angels. I can pass this message on.
I’ll tell my friends through their deeds, their loved ones will live on.
I’ll tell a mom to tell her children that their daddy lives through them.
Try to be their best, and to never rest, ‘til we’re free from fear again.
<br><br>
We will be our best, and we’ll never rest, ‘til we’re free from fear again.
</font>
<br><br>
<font size="1">Copyright© 2001 Jeannine Lonski</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>