J
JoeB
Good afternoon Michael,
You've been very helpful in moving me along in this challenge. My first
efforts were to utilize the code that you provided in the pptohtml
presentation. Adding the function FullScreen2 to script.js. was easy.
However, in the HTML files that were created from my ppt presentation there
was NO file "outline.htm." The only file in the folder created that contained
the "load" function was frame.htm; and the code there was quite different
than what is/was contained in outline.htm, as follows:
function Load() {
str=unescape(document.location.hash),idx=str.indexOf('#')
if(idx>=0) str=str.substr(1);
if(!str) str = "slide0020.htm";
if (MHTMLPrefix != "")
{
str = RemoveFilePrefixFromHref(str);
PPTSld.location.replace(MHTMLPrefix+escape(str));
}
else
{
PPTSld.location.replace(str);
}
}
That is what led me to continue this long dialogue, and that is why I
interpreted your request for the files as a request to provide the htm, xml,
etc files thate were produced by MS in the Save to Web Page stage. I noticed
that a few weeks ago, you helped another "poster" PaigeTurner with a similar
problem. I don't know the version of PowerPoint of this poster was using, but
I'm using PowerPoint 2003. I've tried just about every permutation of Save to
Web Page to see if it ever produced an outline.htm file. It has not thus far.
Right now, I've gone through the code of various files produced. I'm
utilizing filelist.xml to see what is accessed and in what sequence. This
then led me to the file pres.xml which I'm currently attempting to decode.
If I hit paydirt, I'll pass on the solution. You're one of the "good guys,"
and one final time I thank you!
You've been very helpful in moving me along in this challenge. My first
efforts were to utilize the code that you provided in the pptohtml
presentation. Adding the function FullScreen2 to script.js. was easy.
However, in the HTML files that were created from my ppt presentation there
was NO file "outline.htm." The only file in the folder created that contained
the "load" function was frame.htm; and the code there was quite different
than what is/was contained in outline.htm, as follows:
function Load() {
str=unescape(document.location.hash),idx=str.indexOf('#')
if(idx>=0) str=str.substr(1);
if(!str) str = "slide0020.htm";
if (MHTMLPrefix != "")
{
str = RemoveFilePrefixFromHref(str);
PPTSld.location.replace(MHTMLPrefix+escape(str));
}
else
{
PPTSld.location.replace(str);
}
}
That is what led me to continue this long dialogue, and that is why I
interpreted your request for the files as a request to provide the htm, xml,
etc files thate were produced by MS in the Save to Web Page stage. I noticed
that a few weeks ago, you helped another "poster" PaigeTurner with a similar
problem. I don't know the version of PowerPoint of this poster was using, but
I'm using PowerPoint 2003. I've tried just about every permutation of Save to
Web Page to see if it ever produced an outline.htm file. It has not thus far.
Right now, I've gone through the code of various files produced. I'm
utilizing filelist.xml to see what is accessed and in what sequence. This
then led me to the file pres.xml which I'm currently attempting to decode.
If I hit paydirt, I'll pass on the solution. You're one of the "good guys,"
and one final time I thank you!
Michael Koerner said:Sonia's suggestion works as advertised for linked sounds and movies. Not
needed if the sound is included as I suggested. you can go back and forth
all day with no problem. The on line pptohtml presentation that I have
referenced a number of times was built the way I suggested you build yours.
And will view full screen at what ever resolution monitor you view it on.The
screen resolution for it is 800x600
--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]
| Thanks for the suggestions. RE: Attaching the sound files as an effect in
a
| custom animation for some object that appears when the slide does. RE: the
| blank slides and hidden slides. I included those just in case a viewer
wanted
| to replay a slide with narrative and custom animation. Preceding a content
| slide with a blank slide with 0 seconds slide transition was an idea I got
| from a year old post by Sonia Coleman. The hidden slides are "clones" of
the
| immediately preceding content slides, respectively in case a viewer just
| wanted to see the slide's contents without animation or narrative.
|
| From viewing this presentation on various PCs with different
configurations,
| I realize that I'm probably too ambitious. Cutting down on the number of
| slides would seriously reduce the size of the presentation and
corresponding
| HTML version, and, thus, reduce the complexity of Microsoft's HTML code.
It's
| time for some "deconstruction."
|
| However, I imagine that it will be necessary for me to slog through Mister
| Softie's code. Hmmm. I always wanted to learn Javascript anyway!!
|
| Thank you once more for hanging with me, and for your excellent
suggestions.
|
|
|
| "Michael Koerner" wrote:
|
| > Not a problem. I don't like messing with Microsoft's generated code. <g>
| >
| > I have had a look at your presentation. It publishes to a web page just
like
| > the example on my site. Because your sound files are wav files you do
not
| > have to insert them like a background sound. You can embed them as part
of
| > the presentation. Which means you do not require the first couple of
slides
| > explaining screen size. I would also get rid of the hidden slides and
blank
| > slides and reset all you hyperlinks. You then need to attach your sound
| > files to the individual paragraph
| > which they start with. You do this by giving that paragraph place holder
a
| > custom animation to appear and appear with previous and under the
effects,
| > you add your sound file. that way all the sound files are embedded into
the
| > presentation.
| >
| >
| >
| > --
| > <>Please post all follow-up questions/replies to the newsgroup<>
| > <><>Email unless specifically requested will not be opened<><>
| > <><><>Do Provide The Version Of PowerPoint You Are Using<><><>
| > <><><>Do Not Post Attachments In This Newsgroup<><><>
| > Michael Koerner [MS PPT MVP]
| >
| >
| > | > | Good afternoon Michael,
| > |
| > | Sorry that it has taken so long to respond. I spent most of this
morning
| > | working on landscaping stuff in our yard. The .ppt file is now in the
zip
| > | file that you can download from the same link as yesterday --
| > | www.theprofessionals.us/powerpoint.
| > | Kiddingly, I thought that you might like to slog through the HTML code
| > with
| > | me looking for anything related to setting the screen size. Oh well.
The
| > | scary thing is that I think that I'm starting to make sense of it --
maybe
| > | I've finally gone mad!!!
| > |
| > | As always, thanks amigo.
| > |
| > | "Michael Koerner" wrote:
| > |
| > | > Wrong files. It is the ppt file I would like to look at before you
| > published
| > | > it to a web page.
| > | >
| > | > --
| > | > <>Please post all follow-up questions/replies to the newsgroup<>
| > | > <><>Email unless specifically requested will not be opened<><>
| > | > <><><>Do Provide The Version Of PowerPoint You Are Using<><><>
| > | > <><><>Do Not Post Attachments In This Newsgroup<><><>
| > | > Michael Koerner [MS PPT MVP]
| > | >
| > | >
| > | > | > | > | In the interim between my last reply and your response, I engaged
my
| > brain
| > | > | and did just as you suggest. I sent you an email with the link,
but
| > it's
| > | > on
| > | > | my PowerPoint page, http://www.theprofessionals.us/Powerpoint in
the
| > left
| > | > | frame. The link is "Download Zip," and curiously enough the file
name
| > is
| > | > | JoeBWebFiles.zip. You must be psychic!
| > | > |
| > | > | "Michael Koerner" wrote:
| > | > |
| > | > | > If you provide me with a link to wherever you put the zip file,
| > | > something
| > | > | > like www.JoeBWebFiles@your site/download.zip Once I click on the
| > link I
| > | > | > should be given the options to download
| > | > | >
| > | > | >
| > | > | > --
| > | > | > <>Please post all follow-up questions/replies to the newsgroup<>
| > | > | > <><>Email unless specifically requested will not be opened<><>
| > | > | > <><><>Do Provide The Version Of PowerPoint You Are Using<><><>
| > | > | > <><><>Do Not Post Attachments In This Newsgroup<><><>
| > | > | > Michael Koerner [MS PPT MVP]
| > | > | >
| > | > | >
| > | > | > | > | > | > | You've reached my "duh" point. Since I haven't yet run into a
| > | > situation
| > | > | > where
| > | > | > | I wanted to allow downloading any file, I don't know how to
set it
| > up.
| > | > I'm
| > | > | > | currently uploading the zip file JoeBWebFiles to my site. It
will
| > take
| > | > | > | awhile. Once that is done, I will set up a link to the file in
the
| > | > | > PowerPoint
| > | > | > | page. I "think" that if you access the site through Firefox,
it
| > will
| > | > | > | automatically prompt you to save or run on selecting the link.
| > | > Otherwise,
| > | > | > the
| > | > | > | shortest path is to send the 16+ mb file through email. Sorry
for
| > my
| > | > | > density
| > | > | > | Michael. If the former works, I'll get it set up in about 1
1/2
| > hours
| > | > | > (after
| > | > | > | napping). If not, I'll simply email it.
| > | > | > |
| > | > | > |
| > | > | > | "Michael Koerner" wrote:
| > | > | > |
| > | > | > | > 20 mb is about all that hot mail will allow. If you could
delete
| > all
| > | > the
| > | > | > | > hidden slides and then zip it what would the file size be. I
| > have a
| > | > high
| > | > | > | > speed connection, plus I can download it while I'm doing
other
| > stuff
| > | > | > like
| > | > | > | > napping <g> Or you could zip it up, upload it to your
server,
| > and
| > | > then
| > | > | > send
| > | > | > | > me a link to download. That is even faster than email.
| > | > | > | >
| > | > | > | > --
| > | > | > | > <>Please post all follow-up questions/replies to the
newsgroup<>
| > | > | > | > <><>Email unless specifically requested will not be
opened<><>
| > | > | > | > <><><>Do Provide The Version Of PowerPoint You Are
Using<><><>
| > | > | > | > <><><>Do Not Post Attachments In This Newsgroup<><><>
| > | > | > | > Michael Koerner [MS PPT MVP]
| > | > | > |
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| > | >
| >
| >
| >
| >