kaitco
05-08-2006, 02:04 AM
No matter what I do, I cannot get the file to play from this page: http://xfiles.doriennesmith.com/seasonone.html. I have ensured that the file is uploaded to my server, and I have poured through the code numerous times, but I cannot figure out what I have done wrong.
Here is the code I am using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!-- all html written by Dorienne Smith -->
<head>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="home.css"
type="text/css" />
<link rel="stylesheet" href="navbar.css"
type="text/css" />
<meta name="KEYWORDS" content="dorienne smith, calvin and hobbes, x-files, harry potter, fashion, entertainment, procrastination, games, mp3, rant, politics" />
<meta name="DESCRIPTION" content="Catch up on Fashion and Entertainment or simply procrastinate; featuring Calvin and Hobbes, The X-Files, and Harry Potter" />
<meta name="OWNER" content="kaitco@doriennesmith.com" />
<meta name="AUTHROR" content="Dorienne Smith" />
<meta http-equiv="CONTENT-LANGUAGE" content="English" />
<meta name="RATNG" content="General" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>X-tras: Season One Episode - The X-Files -- Dorienne Smith.com</title>
<style type="text/css">
body {color: #ffffff; background-color: #000000; font-family: Verdana, sans-serif;}
a.exe:link, a.exe:visited, a.exe:focus, a.exe:active {color: #ffffff;}
.title {font-size: 26px;text-align:center;}
.subtitle {font-size:20px;text-align:center;}
</style>
</head>
<body>
<p class="title">Season One Episode</p>
<p class="subtitle">Episode: Ice</p>
<p class="subtitle">Original Air Date: November 3, 1993 - <a class="exe" href="1.php#ice">Guide</a></p>
<div style="text-align:center;">
I know the problem is in the bold items somewhere...
<object id="player" name="player" width="320" height="240"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media player components..." type="application/x-oleobject">
<param name="url" value="video/Ice.wmv" />
<param name="uiMode" value="full" />
<param name="autoStart" value="true" />
<param name="loop" value="false" />
<embed type="application/x-mplayer2"
pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"
showcontrols="true" uimode="full" width="320" height="240"
src="video/Ice.wmv" autostart="true" loop="false"></embed></object>
</div>
<br />
<p>View this episode in <a class="exe" href="seasononefull.html">Full Screen</a></p>
</body>
</html>
I am writing the code using Frontpage and the file will load and play in the Frontpage viewer, but not when I look at the page in FF or the actual html document from the server. I know I have the file's source correct, because it would not play in Frontpage if I did not, but the fact that it will not play when I view the page from my hard drive tells me that something has gone wrong with my code.
My first thought was that the file was simply taking forever to load, but I cannot manage to get it to work from the document on my hard drive....
Whatever it is I am doing wrong, I know it is something small and ignorant and I just cannot see it. Can anyone help me with this?
Here is the code I am using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!-- all html written by Dorienne Smith -->
<head>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="home.css"
type="text/css" />
<link rel="stylesheet" href="navbar.css"
type="text/css" />
<meta name="KEYWORDS" content="dorienne smith, calvin and hobbes, x-files, harry potter, fashion, entertainment, procrastination, games, mp3, rant, politics" />
<meta name="DESCRIPTION" content="Catch up on Fashion and Entertainment or simply procrastinate; featuring Calvin and Hobbes, The X-Files, and Harry Potter" />
<meta name="OWNER" content="kaitco@doriennesmith.com" />
<meta name="AUTHROR" content="Dorienne Smith" />
<meta http-equiv="CONTENT-LANGUAGE" content="English" />
<meta name="RATNG" content="General" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>X-tras: Season One Episode - The X-Files -- Dorienne Smith.com</title>
<style type="text/css">
body {color: #ffffff; background-color: #000000; font-family: Verdana, sans-serif;}
a.exe:link, a.exe:visited, a.exe:focus, a.exe:active {color: #ffffff;}
.title {font-size: 26px;text-align:center;}
.subtitle {font-size:20px;text-align:center;}
</style>
</head>
<body>
<p class="title">Season One Episode</p>
<p class="subtitle">Episode: Ice</p>
<p class="subtitle">Original Air Date: November 3, 1993 - <a class="exe" href="1.php#ice">Guide</a></p>
<div style="text-align:center;">
I know the problem is in the bold items somewhere...
<object id="player" name="player" width="320" height="240"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft Windows Media player components..." type="application/x-oleobject">
<param name="url" value="video/Ice.wmv" />
<param name="uiMode" value="full" />
<param name="autoStart" value="true" />
<param name="loop" value="false" />
<embed type="application/x-mplayer2"
pluginspage="http://microsoft.com/windows/mediaplayer/en/download/"
showcontrols="true" uimode="full" width="320" height="240"
src="video/Ice.wmv" autostart="true" loop="false"></embed></object>
</div>
<br />
<p>View this episode in <a class="exe" href="seasononefull.html">Full Screen</a></p>
</body>
</html>
I am writing the code using Frontpage and the file will load and play in the Frontpage viewer, but not when I look at the page in FF or the actual html document from the server. I know I have the file's source correct, because it would not play in Frontpage if I did not, but the fact that it will not play when I view the page from my hard drive tells me that something has gone wrong with my code.
My first thought was that the file was simply taking forever to load, but I cannot manage to get it to work from the document on my hard drive....
Whatever it is I am doing wrong, I know it is something small and ignorant and I just cannot see it. Can anyone help me with this?