R
ross
I am using Internet Explorer number 7
I am having a problem with inserting a code for Windows Movie Maker into a
web page. It works with one web page and not another. Here is the code that
the wmv works with: (sorry for the lengthy piece) at bottom of this message
is the code that does NOT work.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="800" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td colspan="2" rowspan="2" valign="top"><div
align="center"><strong><font color="#FF0000">Lenexa
Faces</font><br>
at www.seelenexa.com</strong></div></td>
<td height="64" colspan="4" valign="top"><img src="images/banner.jpg"
width="664" height="63" border="0" usemap="#Map"></td>
</tr>
<tr>
<td height="19" colspan="4" valign="top"><div align="center">
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--Hide from old browsers
var tNow= new Date()
var tlocDate = tNow.toLocaleString()
var tDate = tlocDate.substring(0,36)
document.write("<b><CENTER> Today is "+tDate+"<strong>
<br></br></strong></CENTER></h14</b>")
//-->
</SCRIPT>
</div></td>
</tr>
<tr>
<td height="32" colspan="6" valign="top"><div align="center"><!--
TemplateBeginRepeat name="links" -->
<center>
<strong><a href="index.htm">Home</a> | <a
href="htmdocs/aboutus.htm" target="_blank">About
this Site</a> |<a href="htmdocs/contactme.htm" target="_blank">
Contact
Us</a></strong>
</center>
<!-- TemplateEndRepeat --></div></td>
</tr>
<tr>
<td width="132" rowspan="2" valign="top"><p><strong><a
href="htmdocs/events%20before%20july.htm" target="_blank">Find
your event and photo</a></strong></p>
<p><strong><a href="htmdocs/howto.htm" target="_blank">How to get your
photo</a></strong></p>
<p><strong>Are you an <font color="#FF0000">Event Organizer???</font>
<br>
If you would like to have:<br>
(1) a professional promotion of your event;<br>
<font color="#000000">(2) </font><font color="#FF0000">free</font>
photos
for your participants, vendors, and volunteers; <br>
(3) a CD when it is over;<br>
<a href="mailto:[email protected]" target="_blank">contact
me</a><br>
You see, this is the way event photography should
be!</strong></p></td>
<td height="450" colspan="2" valign="top"><img
src="images/vertline_400.png" width="2" height="400"><img
src="images/vertline_400.png" width="2" height="400"></td>
<td width="404" rowspan="2" valign="top"><center>
<strong>Have fun viewing the slide video with music. These are
photos
from the Moonlight Serenade at City Hall<br>
on May 20.</strong>
<p> <strong>
<embed SRC="media/moonlightlenexa.wmv"
type="application/x-mplayer2" name="MediaPlayer"
autostart="0" showcontrols="1" showstatusbar="1" autorewind="1"
showdisplay="0"></embed><br>
This video brought to you by:</strong></p>
</center>
<div align="center"> <img
src="images/businesscard_computerclasses_best.jpg" width="370" height="220"
border="0" usemap="#Map2"><br>
</div></td>
<td width="17" valign="top"><img src="images/vertline_400.png" width="2"
height="400"><img src="images/vertline_400.png" width="2" height="400"></td>
<td width="233" rowspan="2" valign="top"><p><strong>Future events this
site
will cover in 2006</strong></p>
<p><strong>June 10...Latino Art Bravisimo</strong></p>
<p><strong>June 23-24...2006 BBQ Battle</strong></p>
<p><strong>July 4... Freedom Run</strong></p>
<p><strong>September 9...Spinach Festival</strong></p>
<p><strong>October 20-21...Chili Challenge</strong></p>
<p><strong>October 25-26...Enchanted Forest </strong></p>
<p><strong>November 27...Christmas Lighting in Old Town</strong></p>
<p><strong>Visit this site frequently for updates!</strong></p></td>
</tr>
<tr>
<td width="3" height="6"></td>
<td width="11"></td>
<td></td>
</tr>
<tr>
<td height="38" colspan="6" valign="top"><div
align="center"><strong>©ROSSKC,
LLC 2006<br>
Contact webmaster at <a
href="mailto:[email protected]">[email protected]</a></strong></div></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="3,2,83,64" href="#" alt="Old Town Clock">
<area shape="rect" coords="83,4,167,60" href="#">
<area shape="rect" coords="166,5,250,64" href="#">
<area shape="rect" coords="251,3,332,63" href="#">
<area shape="rect" coords="334,8,414,61" href="#">
<area shape="rect" coords="415,1,497,60" href="#">
<area shape="rect" coords="501,6,582,62" href="#">
<area shape="rect" coords="587,6,672,65" href="#">
</map>
<map name="Map2">
<area shape="rect" coords="52,154,171,169" href="http://www.seniorkc.com"
target="_blank">
</map>
</body>
</html>
......................................
BELOW CODE DOES NOT WORK
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<embed SRC="media/bestbbqforweb.wmv" type="application/x-mplayer2"
name="MediaPlayer"
autostart="0" showcontrols="1" showstatusbar="1" autorewind="1"
showdisplay="0"></embed>
<embed SRC="media/moonlightlenexa.wmv" type="application/x-mplayer2"
name="MediaPlayer"
autostart="0" showcontrols="1" showstatusbar="1" autorewind="1"
showdisplay="0"></embed>
</body>
</html>
I have seen it work before I save it. Thanks for you kind attention and
time. Dick Ross
I am having a problem with inserting a code for Windows Movie Maker into a
web page. It works with one web page and not another. Here is the code that
the wmv works with: (sorry for the lengthy piece) at bottom of this message
is the code that does NOT work.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="800" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td colspan="2" rowspan="2" valign="top"><div
align="center"><strong><font color="#FF0000">Lenexa
Faces</font><br>
at www.seelenexa.com</strong></div></td>
<td height="64" colspan="4" valign="top"><img src="images/banner.jpg"
width="664" height="63" border="0" usemap="#Map"></td>
</tr>
<tr>
<td height="19" colspan="4" valign="top"><div align="center">
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--Hide from old browsers
var tNow= new Date()
var tlocDate = tNow.toLocaleString()
var tDate = tlocDate.substring(0,36)
document.write("<b><CENTER> Today is "+tDate+"<strong>
<br></br></strong></CENTER></h14</b>")
//-->
</SCRIPT>
</div></td>
</tr>
<tr>
<td height="32" colspan="6" valign="top"><div align="center"><!--
TemplateBeginRepeat name="links" -->
<center>
<strong><a href="index.htm">Home</a> | <a
href="htmdocs/aboutus.htm" target="_blank">About
this Site</a> |<a href="htmdocs/contactme.htm" target="_blank">
Contact
Us</a></strong>
</center>
<!-- TemplateEndRepeat --></div></td>
</tr>
<tr>
<td width="132" rowspan="2" valign="top"><p><strong><a
href="htmdocs/events%20before%20july.htm" target="_blank">Find
your event and photo</a></strong></p>
<p><strong><a href="htmdocs/howto.htm" target="_blank">How to get your
photo</a></strong></p>
<p><strong>Are you an <font color="#FF0000">Event Organizer???</font>
<br>
If you would like to have:<br>
(1) a professional promotion of your event;<br>
<font color="#000000">(2) </font><font color="#FF0000">free</font>
photos
for your participants, vendors, and volunteers; <br>
(3) a CD when it is over;<br>
<a href="mailto:[email protected]" target="_blank">contact
me</a><br>
You see, this is the way event photography should
be!</strong></p></td>
<td height="450" colspan="2" valign="top"><img
src="images/vertline_400.png" width="2" height="400"><img
src="images/vertline_400.png" width="2" height="400"></td>
<td width="404" rowspan="2" valign="top"><center>
<strong>Have fun viewing the slide video with music. These are
photos
from the Moonlight Serenade at City Hall<br>
on May 20.</strong>
<p> <strong>
<embed SRC="media/moonlightlenexa.wmv"
type="application/x-mplayer2" name="MediaPlayer"
autostart="0" showcontrols="1" showstatusbar="1" autorewind="1"
showdisplay="0"></embed><br>
This video brought to you by:</strong></p>
</center>
<div align="center"> <img
src="images/businesscard_computerclasses_best.jpg" width="370" height="220"
border="0" usemap="#Map2"><br>
</div></td>
<td width="17" valign="top"><img src="images/vertline_400.png" width="2"
height="400"><img src="images/vertline_400.png" width="2" height="400"></td>
<td width="233" rowspan="2" valign="top"><p><strong>Future events this
site
will cover in 2006</strong></p>
<p><strong>June 10...Latino Art Bravisimo</strong></p>
<p><strong>June 23-24...2006 BBQ Battle</strong></p>
<p><strong>July 4... Freedom Run</strong></p>
<p><strong>September 9...Spinach Festival</strong></p>
<p><strong>October 20-21...Chili Challenge</strong></p>
<p><strong>October 25-26...Enchanted Forest </strong></p>
<p><strong>November 27...Christmas Lighting in Old Town</strong></p>
<p><strong>Visit this site frequently for updates!</strong></p></td>
</tr>
<tr>
<td width="3" height="6"></td>
<td width="11"></td>
<td></td>
</tr>
<tr>
<td height="38" colspan="6" valign="top"><div
align="center"><strong>©ROSSKC,
LLC 2006<br>
Contact webmaster at <a
href="mailto:[email protected]">[email protected]</a></strong></div></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="3,2,83,64" href="#" alt="Old Town Clock">
<area shape="rect" coords="83,4,167,60" href="#">
<area shape="rect" coords="166,5,250,64" href="#">
<area shape="rect" coords="251,3,332,63" href="#">
<area shape="rect" coords="334,8,414,61" href="#">
<area shape="rect" coords="415,1,497,60" href="#">
<area shape="rect" coords="501,6,582,62" href="#">
<area shape="rect" coords="587,6,672,65" href="#">
</map>
<map name="Map2">
<area shape="rect" coords="52,154,171,169" href="http://www.seniorkc.com"
target="_blank">
</map>
</body>
</html>
......................................
BELOW CODE DOES NOT WORK
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<embed SRC="media/bestbbqforweb.wmv" type="application/x-mplayer2"
name="MediaPlayer"
autostart="0" showcontrols="1" showstatusbar="1" autorewind="1"
showdisplay="0"></embed>
<embed SRC="media/moonlightlenexa.wmv" type="application/x-mplayer2"
name="MediaPlayer"
autostart="0" showcontrols="1" showstatusbar="1" autorewind="1"
showdisplay="0"></embed>
</body>
</html>
I have seen it work before I save it. Thanks for you kind attention and
time. Dick Ross