Slide Show on the web

  • Thread starter Thread starter Jerry
  • Start date Start date
Jerry,
It seems like you are trying to play an HTML version of your presentation
from this link. If this is the case, did you upload everything PPT created
to your server? It seems to be missing the files. If I were you, I would
start with this page of the PPT FAQ:
Put your PowerPoint-generated HTML on the web
http://www.rdpslides.com/pptfaq/FAQ00241.htm

Then, post back and let us know which PPT version, what you uploaded, and
what you expected to see. Then, we can do more work.

(One other note: It looks like you edited the HTML that PPT generated.
That's not a bad idea, but is it possible you took some code out when you
added your ISP graphic at the top?)

--
Kathryn Jacobs, Microsoft PPT MVP
If this helped you, please take the time to rate the value of this post:
http://rate.affero.net/jacobskl/
Get PowerPoint answers at http://www.powerpointanswers.com
Cook anything outdoors with http://www.outdoorcook.com
Kathy is a trainer, writer, Girl Scout, and whatever else there is time for
I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we lived
 
Ok I checked all of my naming to make sure everything was in lower case. I
am using PP 2000. I made sure all the files were there I even uploaded them
again to make sure. I still cannot get the web site to play the
presentation, It does look like it might not be find the files but I am not
getting any errors now just a blank screen
 
Jerry,
The HTML for http://www.seattletour.netfirms.com/Seattle_files/frame.htm is
not at all what PPT 2000 creates.

A sample frame.html file looks like this:
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 9">
<link id=Main-File rel=Main-File href="../KLJResponse.htm">
<title>This is a test title</title>
<![if !ppt]><script src=script.js></script><script>
<!--
var gNavLoaded = gOtlNavLoaded = gOtlLoaded = false;
function Load()
{
str=document.location.hash,idx=str.indexOf('#')
if(idx>=0) str=str.substr(1);
if(str) PPTSld.location.replace(str);
}
//-->
</script><![endif]>
</head>
<frameset rows="*,25" frameborder=0>
<frameset cols="20%,80%" id=PPTHorizAdjust framespacing=2>
<frame src=outline.htm name=PPTOtl>
<frameset rows="100%,*" id=PPTVertAdjust framespacing=2 frameborder=1
onload="Load()">
<frame src=slide0001.htm name=PPTSld>
<frame src=slide0001.htm name=PPTNts>
</frameset>
</frameset>
<frameset cols="20%,80%" framespacing=2 frameborder=0>
<frame src=outline.htm name=PPTOtlNav scrolling=no noresize>
<frame src=outline.htm name=PPTNav scrolling=no noresize>
</frameset>
</frameset>
</html>


Yours looks like this:
<html><center>
<table height=0 width=596 border=0 cellpadding=0 cellspacing=0>
<tr>
<td valign="top">
<a href="http://www.netfirms.com"><img border="0"
src="/nf-images/webhostingbanner.gif"></a>&nbsp;
</td>
<td valign="top">
<a href="http://www.netfirms.com"><img border="0" alt="Free Web Hosting by
Netfirms" src="/nf-images/freewebhosting.gif" width="120"
height="60"></a><br>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<img border="0" src="/nf-images/freewebhosting.webhosting" width="1"
height="1" alt="Free Web Hosting by Netfirms"><br>
<a href="http://www.netfirms.com"><font size="2"><a
href="http://www.netfirms.com">This site is hosted by <b>Netfirms</b> Web
Hosting</a></font></a>
</td>
</tr>
</table>
</center>

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 9">
<link id=Main-File rel=Main-File href="../Seattle.htm">
<link rel=Preview href=preview.wmf>
<script src=script.js></script>
<script><!--
var SCREEN_MODE = "Kiosk";
//-->
</script>
</head>
<frameset rows="*" frameborder=0>
<frame src=slide0001.htm name=PPTSld>
</frameset>
</html>

I still think that something is being changed when you upload your files to
your server. Can you check and see if the HTML that is on the server
matches what PPT generated? Let me know what you findout so that we can do
more digging.

--
Kathryn Jacobs, Microsoft PPT MVP
If this helped you, please take the time to rate the value of this post:
http://rate.affero.net/jacobskl/
Get PowerPoint answers at http://www.powerpointanswers.com
Cook anything outdoors with http://www.outdoorcook.com
Kathy is a trainer, writer, Girl Scout, and whatever else there is time for
I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we lived
 
Back
Top