How do I get rid of black bacground in web version of presentation

G

Guest

I'm using PowerPoint 2003, and I've uploaded a presentation to my website:
http://www.theprofessionals.us/Services_PowerPoint.htm.

I've still got to tweak it a bit to get it where I want, but the answer to 1
question eludes me: How do I get rid of the black background? I've looked at
the various "Master" htm files, frame.htm and script.js for some snippet of
code that would do it, but "no cigar" yet.

Any responses will be greatly appreciated.

Thanks in advance.
 
M

Michael Koerner

I would look in the css file that was created

--
<>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]


| I'm using PowerPoint 2003, and I've uploaded a presentation to my website:
| http://www.theprofessionals.us/Services_PowerPoint.htm.
|
| I've still got to tweak it a bit to get it where I want, but the answer to
1
| question eludes me: How do I get rid of the black background? I've looked
at
| the various "Master" htm files, frame.htm and script.js for some snippet
of
| code that would do it, but "no cigar" yet.
|
| Any responses will be greatly appreciated.
|
| Thanks in advance.
 
G

Guest

Thanks for the reply Michael. Checking the only cascading style sheet in the
folder makes sense.

I checked the Master92_Stylesheet.css file for anything coded color:black or
color:#000000 (or just black or just #000000). Nothing came up on the hex
code, and color:black occurred 5 times -- .N,.N1-.N4. However, checking for
references in the file Master92.htm or even Master92.xml came up empty.

I've already gained from information on your website -- which I've
bookmarked. The "BGSOUND" code is incorporated in my presentation -- you may
well have already seen that. Thank you.

I may well just have to dig a little deeper to find the solution here. I see
some code in each of the slide .htm files beginning the body section:
<body lang=EN-US style='margin:0px;background-color:black'
Maybe this is the next avenue to try.
 
M

Michael Koerner

<body lang=EN-US style='margin:0px;background-color:black'

Would be a good place to start. the only problem if that is the code that
changes the background for that slide, then your going to have to change it
for all slides. I would just try it on one slide first to see what happens.
I suggested the css file because with my limited knowledge of coding I would
put it there for just that reason.

I am curious on how you published your presentation to a web site. Normally
screen resolution makes no difference and you get a full screen PowerPoint
presenation without the large black screen you get when viewing your
presntation.I'm running 1280x960, so i get a lot of black when viewing your
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]


| Thanks for the reply Michael. Checking the only cascading style sheet in
the
| folder makes sense.
|
| I checked the Master92_Stylesheet.css file for anything coded color:black
or
| color:#000000 (or just black or just #000000). Nothing came up on the hex
| code, and color:black occurred 5 times -- .N,.N1-.N4. However, checking
for
| references in the file Master92.htm or even Master92.xml came up empty.
|
| I've already gained from information on your website -- which I've
| bookmarked. The "BGSOUND" code is incorporated in my presentation -- you
may
| well have already seen that. Thank you.
|
| I may well just have to dig a little deeper to find the solution here. I
see
| some code in each of the slide .htm files beginning the body section:
| <body lang=EN-US style='margin:0px;background-color:black'
| Maybe this is the next avenue to try.
|
|
|
| "Michael Koerner" wrote:
|
| > I would look in the css file that was created
| >
| > --
| > <>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]
| >
| >
| > | > | I'm using PowerPoint 2003, and I've uploaded a presentation to my
website:
| > | http://www.theprofessionals.us/Services_PowerPoint.htm.
| > |
| > | I've still got to tweak it a bit to get it where I want, but the
answer to
| > 1
| > | question eludes me: How do I get rid of the black background? I've
looked
| > at
| > | the various "Master" htm files, frame.htm and script.js for some
snippet
| > of
| > | code that would do it, but "no cigar" yet.
| > |
| > | Any responses will be greatly appreciated.
| > |
| > | Thanks in advance.
| >
| >
| >
 
G

Guest

Since I am a lazy programmer by nature, I would automatically try it 1 slide
at a time. At least when I'm in my right mind -- which is not often!

RE: How I published my presentation.
In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow Resolution, I
selected 1024x768 (for that choice from my web page). Then, in File/Save As
Web Page/Publish (Save a copy and customize its
contents)/WebOptions/Pictures, I set the Screen Resolution to 1024x768. On
the laptop where I designed the presentation, my native screen resolution is
1440x900, so the web version of the presentation doesn't take up much screen
real estate; but on a couple of my older PCs with lower resolutions, it takes
up significantly more. In reading some of the posts on the Discussion Groups,
I kept coming across references to a file "fullscreen.htm," and I assumed
that would allow for full screen viewing irrespective of the screen
resolution; But, my publication did not contain that htm file. We play the
cards we get dealt!!

Thanks again Michael!
 
M

Michael Koerner

I kept coming across references to a file "fullscreen.htm," and I assumed
that would allow for full screen viewing irrespective of the screen
resolution

You will get the full screen option if you don't go into Slideshow Setup.
Leave it alone at the default, and try saving as a web page using the ppt to
html tutorial settings found in this reference.
Making PowerPoint 2002 and 2003 HTML open full screen
http://www.rdpslides.com/pptfaq/FAQ00428.htm


--
<>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]


| Since I am a lazy programmer by nature, I would automatically try it 1
slide
| at a time. At least when I'm in my right mind -- which is not often!
|
| RE: How I published my presentation.
| In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow Resolution, I
| selected 1024x768 (for that choice from my web page). Then, in File/Save
As
| Web Page/Publish (Save a copy and customize its
| contents)/WebOptions/Pictures, I set the Screen Resolution to 1024x768. On
| the laptop where I designed the presentation, my native screen resolution
is
| 1440x900, so the web version of the presentation doesn't take up much
screen
| real estate; but on a couple of my older PCs with lower resolutions, it
takes
| up significantly more. In reading some of the posts on the Discussion
Groups,
| I kept coming across references to a file "fullscreen.htm," and I assumed
| that would allow for full screen viewing irrespective of the screen
| resolution; But, my publication did not contain that htm file. We play the
| cards we get dealt!!
|
| Thanks again Michael!
|
| "Michael Koerner" wrote:
|
| > <body lang=EN-US style='margin:0px;background-color:black'
| >
| > Would be a good place to start. the only problem if that is the code
that
| > changes the background for that slide, then your going to have to change
it
| > for all slides. I would just try it on one slide first to see what
happens.
| > I suggested the css file because with my limited knowledge of coding I
would
| > put it there for just that reason.
| >
| > I am curious on how you published your presentation to a web site.
Normally
| > screen resolution makes no difference and you get a full screen
PowerPoint
| > presenation without the large black screen you get when viewing your
| > presntation.I'm running 1280x960, so i get a lot of black when viewing
your
| > 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]
|
 
G

Guest

I changed the Slideshow Setup back to the default -- "Use Current Resolution"
-- then saved the presentation as a web page. Next, from your tutorial, I
added function FullScreen2 to the file script.js after the function
FullScreen. Howeverk, there is no file outline.htm! The only file that I saw
that had a load function was frame.htm, and the function code was:

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);
}
}
Looks like we hit a brick wall here. However, I noticed that the load
function referred explicitly to the first slide (a blank slide) in the
presentation. So, I went to the first non-blank slide and changed the code to
the current resolution in pixels:

width:1440px;height:900px;font-size:16px;background-color:#000066;clip:rect(0%, 101%, 101%, 0%);
visibility:hidden'><p:slide coordsize="1440,900"
colors="#000066,#ffffff,#000099,#eaeaea,#66ccff,#0066ff,#ffffcc,#99cc00"
masterhref="master93.xml">

When I viewed this in IE, it MOMENTARILY gave me a full screen, but then
reverted to the smaller resolution. Next, I'll check the masterhref -
"master93.xml."

I'll let you know if it works.

Thanks again, and have a good evening.



Michael Koerner said:
I kept coming across references to a file "fullscreen.htm," and I assumed
that would allow for full screen viewing irrespective of the screen
resolution

You will get the full screen option if you don't go into Slideshow Setup.
Leave it alone at the default, and try saving as a web page using the ppt to
html tutorial settings found in this reference.
Making PowerPoint 2002 and 2003 HTML open full screen
http://www.rdpslides.com/pptfaq/FAQ00428.htm


--
<>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]


| Since I am a lazy programmer by nature, I would automatically try it 1
slide
| at a time. At least when I'm in my right mind -- which is not often!
|
| RE: How I published my presentation.
| In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow Resolution, I
| selected 1024x768 (for that choice from my web page). Then, in File/Save
As
| Web Page/Publish (Save a copy and customize its
| contents)/WebOptions/Pictures, I set the Screen Resolution to 1024x768. On
| the laptop where I designed the presentation, my native screen resolution
is
| 1440x900, so the web version of the presentation doesn't take up much
screen
| real estate; but on a couple of my older PCs with lower resolutions, it
takes
| up significantly more. In reading some of the posts on the Discussion
Groups,
| I kept coming across references to a file "fullscreen.htm," and I assumed
| that would allow for full screen viewing irrespective of the screen
| resolution; But, my publication did not contain that htm file. We play the
| cards we get dealt!!
|
| Thanks again Michael!
|
| "Michael Koerner" wrote:
|
| > <body lang=EN-US style='margin:0px;background-color:black'
| >
| > Would be a good place to start. the only problem if that is the code
that
| > changes the background for that slide, then your going to have to change
it
| > for all slides. I would just try it on one slide first to see what
happens.
| > I suggested the css file because with my limited knowledge of coding I
would
| > put it there for just that reason.
| >
| > I am curious on how you published your presentation to a web site.
Normally
| > screen resolution makes no difference and you get a full screen
PowerPoint
| > presenation without the large black screen you get when viewing your
| > presntation.I'm running 1280x960, so i get a lot of black when viewing
your
| > 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]
|
 
M

Michael Koerner

In the Slide Show Set Up window under Show type, which was set as default?
Presented by a speaker (full screen) or Browsed by an individual (window)
Should be (full screen)

--
<>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]


|I changed the Slideshow Setup back to the default -- "Use Current
Resolution"
| -- then saved the presentation as a web page. Next, from your tutorial, I
| added function FullScreen2 to the file script.js after the function
| FullScreen. Howeverk, there is no file outline.htm! The only file that I
saw
| that had a load function was frame.htm, and the function code was:
|
| 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);
| }
| }
| Looks like we hit a brick wall here. However, I noticed that the load
| function referred explicitly to the first slide (a blank slide) in the
| presentation. So, I went to the first non-blank slide and changed the code
to
| the current resolution in pixels:
|
|
width:1440px;height:900px;font-size:16px;background-color:#000066;clip:rect(0%,
101%, 101%, 0%);
| visibility:hidden'><p:slide coordsize="1440,900"
| colors="#000066,#ffffff,#000099,#eaeaea,#66ccff,#0066ff,#ffffcc,#99cc00"
| masterhref="master93.xml">
|
| When I viewed this in IE, it MOMENTARILY gave me a full screen, but then
| reverted to the smaller resolution. Next, I'll check the masterhref -
| "master93.xml."
|
| I'll let you know if it works.
|
| Thanks again, and have a good evening.
|
|
|
| "Michael Koerner" wrote:
|
| > I kept coming across references to a file "fullscreen.htm," and I
assumed
| > that would allow for full screen viewing irrespective of the screen
| > resolution
| >
| > You will get the full screen option if you don't go into Slideshow
Setup.
| > Leave it alone at the default, and try saving as a web page using the
ppt to
| > html tutorial settings found in this reference.
| > Making PowerPoint 2002 and 2003 HTML open full screen
| > http://www.rdpslides.com/pptfaq/FAQ00428.htm
| >
| >
| > --
| > <>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]
| >
| >
| > | > | Since I am a lazy programmer by nature, I would automatically try it 1
| > slide
| > | at a time. At least when I'm in my right mind -- which is not often!
| > |
| > | RE: How I published my presentation.
| > | In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow Resolution,
I
| > | selected 1024x768 (for that choice from my web page). Then, in
File/Save
| > As
| > | Web Page/Publish (Save a copy and customize its
| > | contents)/WebOptions/Pictures, I set the Screen Resolution to
1024x768. On
| > | the laptop where I designed the presentation, my native screen
resolution
| > is
| > | 1440x900, so the web version of the presentation doesn't take up much
| > screen
| > | real estate; but on a couple of my older PCs with lower resolutions,
it
| > takes
| > | up significantly more. In reading some of the posts on the Discussion
| > Groups,
| > | I kept coming across references to a file "fullscreen.htm," and I
assumed
| > | that would allow for full screen viewing irrespective of the screen
| > | resolution; But, my publication did not contain that htm file. We play
the
| > | cards we get dealt!!
| > |
| > | Thanks again Michael!
| > |
| > | "Michael Koerner" wrote:
| > |
| > | > <body lang=EN-US style='margin:0px;background-color:black'
| > | >
| > | > Would be a good place to start. the only problem if that is the code
| > that
| > | > changes the background for that slide, then your going to have to
change
| > it
| > | > for all slides. I would just try it on one slide first to see what
| > happens.
| > | > I suggested the css file because with my limited knowledge of coding
I
| > would
| > | > put it there for just that reason.
| > | >
| > | > I am curious on how you published your presentation to a web site.
| > Normally
| > | > screen resolution makes no difference and you get a full screen
| > PowerPoint
| > | > presenation without the large black screen you get when viewing your
| > | > presntation.I'm running 1280x960, so i get a lot of black when
viewing
| > your
| > | > 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]
| > |
| >
| >
| >
 
G

Guest

Good morning Michael,
It is and was set up as full screen. In a few minutes, I'll resume my trial
and error -- mostly the latter.

Thanks for the continuing interest.

Michael Koerner said:
In the Slide Show Set Up window under Show type, which was set as default?
Presented by a speaker (full screen) or Browsed by an individual (window)
Should be (full screen)

--
<>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]


|I changed the Slideshow Setup back to the default -- "Use Current
Resolution"
| -- then saved the presentation as a web page. Next, from your tutorial, I
| added function FullScreen2 to the file script.js after the function
| FullScreen. Howeverk, there is no file outline.htm! The only file that I
saw
| that had a load function was frame.htm, and the function code was:
|
| 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);
| }
| }
| Looks like we hit a brick wall here. However, I noticed that the load
| function referred explicitly to the first slide (a blank slide) in the
| presentation. So, I went to the first non-blank slide and changed the code
to
| the current resolution in pixels:
|
|
width:1440px;height:900px;font-size:16px;background-color:#000066;clip:rect(0%,
101%, 101%, 0%);
| visibility:hidden'><p:slide coordsize="1440,900"
| colors="#000066,#ffffff,#000099,#eaeaea,#66ccff,#0066ff,#ffffcc,#99cc00"
| masterhref="master93.xml">
|
| When I viewed this in IE, it MOMENTARILY gave me a full screen, but then
| reverted to the smaller resolution. Next, I'll check the masterhref -
| "master93.xml."
|
| I'll let you know if it works.
|
| Thanks again, and have a good evening.
|
|
|
| "Michael Koerner" wrote:
|
| > I kept coming across references to a file "fullscreen.htm," and I
assumed
| > that would allow for full screen viewing irrespective of the screen
| > resolution
| >
| > You will get the full screen option if you don't go into Slideshow
Setup.
| > Leave it alone at the default, and try saving as a web page using the
ppt to
| > html tutorial settings found in this reference.
| > Making PowerPoint 2002 and 2003 HTML open full screen
| > http://www.rdpslides.com/pptfaq/FAQ00428.htm
| >
| >
| > --
| > <>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]
| >
| >
| > | > | Since I am a lazy programmer by nature, I would automatically try it 1
| > slide
| > | at a time. At least when I'm in my right mind -- which is not often!
| > |
| > | RE: How I published my presentation.
| > | In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow Resolution,
I
| > | selected 1024x768 (for that choice from my web page). Then, in
File/Save
| > As
| > | Web Page/Publish (Save a copy and customize its
| > | contents)/WebOptions/Pictures, I set the Screen Resolution to
1024x768. On
| > | the laptop where I designed the presentation, my native screen
resolution
| > is
| > | 1440x900, so the web version of the presentation doesn't take up much
| > screen
| > | real estate; but on a couple of my older PCs with lower resolutions,
it
| > takes
| > | up significantly more. In reading some of the posts on the Discussion
| > Groups,
| > | I kept coming across references to a file "fullscreen.htm," and I
assumed
| > | that would allow for full screen viewing irrespective of the screen
| > | resolution; But, my publication did not contain that htm file. We play
the
| > | cards we get dealt!!
| > |
| > | Thanks again Michael!
| > |
| > | "Michael Koerner" wrote:
| > |
| > | > <body lang=EN-US style='margin:0px;background-color:black'
| > | >
| > | > Would be a good place to start. the only problem if that is the code
| > that
| > | > changes the background for that slide, then your going to have to
change
| > it
| > | > for all slides. I would just try it on one slide first to see what
| > happens.
| > | > I suggested the css file because with my limited knowledge of coding
I
| > would
| > | > put it there for just that reason.
| > | >
| > | > I am curious on how you published your presentation to a web site.
| > Normally
| > | > screen resolution makes no difference and you get a full screen
| > PowerPoint
| > | > presenation without the large black screen you get when viewing your
| > | > presntation.I'm running 1280x960, so i get a lot of black when
viewing
| > your
| > | > 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]
| > |
| >
| >
| >
 
M

Michael Koerner

I'm assuming that the PowerPoint file c/w sound files are in the 16 mb
range. I would not mind having a look at it to see if I can see what is
going on. If you want to send it to me at (e-mail address removed) I'd be more than
happy to have a look.

--
<>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 morning Michael,
| It is and was set up as full screen. In a few minutes, I'll resume my
trial
| and error -- mostly the latter.
|
| Thanks for the continuing interest.
|
| "Michael Koerner" wrote:
|
| > In the Slide Show Set Up window under Show type, which was set as
default?
| > Presented by a speaker (full screen) or Browsed by an individual
(window)
| > Should be (full screen)
| >
| > --
| > <>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]
| >
| >
| > | > |I changed the Slideshow Setup back to the default -- "Use Current
| > Resolution"
| > | -- then saved the presentation as a web page. Next, from your
tutorial, I
| > | added function FullScreen2 to the file script.js after the function
| > | FullScreen. Howeverk, there is no file outline.htm! The only file that
I
| > saw
| > | that had a load function was frame.htm, and the function code was:
| > |
| > | 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);
| > | }
| > | }
| > | Looks like we hit a brick wall here. However, I noticed that the load
| > | function referred explicitly to the first slide (a blank slide) in the
| > | presentation. So, I went to the first non-blank slide and changed the
code
| > to
| > | the current resolution in pixels:
| > |
| > |
| >
width:1440px;height:900px;font-size:16px;background-color:#000066;clip:rect(0%,
| > 101%, 101%, 0%);
| > | visibility:hidden'><p:slide coordsize="1440,900"
| > |
colors="#000066,#ffffff,#000099,#eaeaea,#66ccff,#0066ff,#ffffcc,#99cc00"
| > | masterhref="master93.xml">
| > |
| > | When I viewed this in IE, it MOMENTARILY gave me a full screen, but
then
| > | reverted to the smaller resolution. Next, I'll check the masterhref -
| > | "master93.xml."
| > |
| > | I'll let you know if it works.
| > |
| > | Thanks again, and have a good evening.
| > |
| > |
| > |
| > | "Michael Koerner" wrote:
| > |
| > | > I kept coming across references to a file "fullscreen.htm," and I
| > assumed
| > | > that would allow for full screen viewing irrespective of the screen
| > | > resolution
| > | >
| > | > You will get the full screen option if you don't go into Slideshow
| > Setup.
| > | > Leave it alone at the default, and try saving as a web page using
the
| > ppt to
| > | > html tutorial settings found in this reference.
| > | > Making PowerPoint 2002 and 2003 HTML open full screen
| > | > http://www.rdpslides.com/pptfaq/FAQ00428.htm
| > | >
| > | >
| > | > --
| > | > <>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]
| > | >
| > | >
| > | > | > | > | Since I am a lazy programmer by nature, I would automatically try
it 1
| > | > slide
| > | > | at a time. At least when I'm in my right mind -- which is not
often!
| > | > |
| > | > | RE: How I published my presentation.
| > | > | In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow
Resolution,
| > I
| > | > | selected 1024x768 (for that choice from my web page). Then, in
| > File/Save
| > | > As
| > | > | Web Page/Publish (Save a copy and customize its
| > | > | contents)/WebOptions/Pictures, I set the Screen Resolution to
| > 1024x768. On
| > | > | the laptop where I designed the presentation, my native screen
| > resolution
| > | > is
| > | > | 1440x900, so the web version of the presentation doesn't take up
much
| > | > screen
| > | > | real estate; but on a couple of my older PCs with lower
resolutions,
| > it
| > | > takes
| > | > | up significantly more. In reading some of the posts on the
Discussion
| > | > Groups,
| > | > | I kept coming across references to a file "fullscreen.htm," and I
| > assumed
| > | > | that would allow for full screen viewing irrespective of the
screen
| > | > | resolution; But, my publication did not contain that htm file. We
play
| > the
| > | > | cards we get dealt!!
| > | > |
| > | > | Thanks again Michael!
| > | > |
| > | > | "Michael Koerner" wrote:
| > | > |
| > | > | > <body lang=EN-US style='margin:0px;background-color:black'
| > | > | >
| > | > | > Would be a good place to start. the only problem if that is the
code
| > | > that
| > | > | > changes the background for that slide, then your going to have
to
| > change
| > | > it
| > | > | > for all slides. I would just try it on one slide first to see
what
| > | > happens.
| > | > | > I suggested the css file because with my limited knowledge of
coding
| > I
| > | > would
| > | > | > put it there for just that reason.
| > | > | >
| > | > | > I am curious on how you published your presentation to a web
site.
| > | > Normally
| > | > | > screen resolution makes no difference and you get a full screen
| > | > PowerPoint
| > | > | > presenation without the large black screen you get when viewing
your
| > | > | > presntation.I'm running 1280x960, so i get a lot of black when
| > viewing
| > | > your
| > | > | > 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]
| > | > |
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

The sound files alone are approx. 7 mb. The total html presentation is almost
21 mb. That's quite a lot to have coming across your email server. I'll be
happy to send it, but do you really want to tie up your email client for a
LONG time -- unless you've got a T1 connection, that is?



Michael Koerner said:
I'm assuming that the PowerPoint file c/w sound files are in the 16 mb
range. I would not mind having a look at it to see if I can see what is
going on. If you want to send it to me at (e-mail address removed) I'd be more than
happy to have a look.

--
<>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 morning Michael,
| It is and was set up as full screen. In a few minutes, I'll resume my
trial
| and error -- mostly the latter.
|
| Thanks for the continuing interest.
|
| "Michael Koerner" wrote:
|
| > In the Slide Show Set Up window under Show type, which was set as
default?
| > Presented by a speaker (full screen) or Browsed by an individual
(window)
| > Should be (full screen)
| >
| > --
| > <>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]
| >
| >
| > | > |I changed the Slideshow Setup back to the default -- "Use Current
| > Resolution"
| > | -- then saved the presentation as a web page. Next, from your
tutorial, I
| > | added function FullScreen2 to the file script.js after the function
| > | FullScreen. Howeverk, there is no file outline.htm! The only file that
I
| > saw
| > | that had a load function was frame.htm, and the function code was:
| > |
| > | 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);
| > | }
| > | }
| > | Looks like we hit a brick wall here. However, I noticed that the load
| > | function referred explicitly to the first slide (a blank slide) in the
| > | presentation. So, I went to the first non-blank slide and changed the
code
| > to
| > | the current resolution in pixels:
| > |
| > |
| >
width:1440px;height:900px;font-size:16px;background-color:#000066;clip:rect(0%,
| > 101%, 101%, 0%);
| > | visibility:hidden'><p:slide coordsize="1440,900"
| > |
colors="#000066,#ffffff,#000099,#eaeaea,#66ccff,#0066ff,#ffffcc,#99cc00"
| > | masterhref="master93.xml">
| > |
| > | When I viewed this in IE, it MOMENTARILY gave me a full screen, but
then
| > | reverted to the smaller resolution. Next, I'll check the masterhref -
| > | "master93.xml."
| > |
| > | I'll let you know if it works.
| > |
| > | Thanks again, and have a good evening.
| > |
| > |
| > |
| > | "Michael Koerner" wrote:
| > |
| > | > I kept coming across references to a file "fullscreen.htm," and I
| > assumed
| > | > that would allow for full screen viewing irrespective of the screen
| > | > resolution
| > | >
| > | > You will get the full screen option if you don't go into Slideshow
| > Setup.
| > | > Leave it alone at the default, and try saving as a web page using
the
| > ppt to
| > | > html tutorial settings found in this reference.
| > | > Making PowerPoint 2002 and 2003 HTML open full screen
| > | > http://www.rdpslides.com/pptfaq/FAQ00428.htm
| > | >
| > | >
| > | > --
| > | > <>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]
| > | >
| > | >
| > | > | > | > | Since I am a lazy programmer by nature, I would automatically try
it 1
| > | > slide
| > | > | at a time. At least when I'm in my right mind -- which is not
often!
| > | > |
| > | > | RE: How I published my presentation.
| > | > | In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow
Resolution,
| > I
| > | > | selected 1024x768 (for that choice from my web page). Then, in
| > File/Save
| > | > As
| > | > | Web Page/Publish (Save a copy and customize its
| > | > | contents)/WebOptions/Pictures, I set the Screen Resolution to
| > 1024x768. On
| > | > | the laptop where I designed the presentation, my native screen
| > resolution
| > | > is
| > | > | 1440x900, so the web version of the presentation doesn't take up
much
| > | > screen
| > | > | real estate; but on a couple of my older PCs with lower
resolutions,
| > it
| > | > takes
| > | > | up significantly more. In reading some of the posts on the
Discussion
| > | > Groups,
| > | > | I kept coming across references to a file "fullscreen.htm," and I
| > assumed
| > | > | that would allow for full screen viewing irrespective of the
screen
| > | > | resolution; But, my publication did not contain that htm file. We
play
| > the
| > | > | cards we get dealt!!
| > | > |
| > | > | Thanks again Michael!
| > | > |
| > | > | "Michael Koerner" wrote:
| > | > |
| > | > | > <body lang=EN-US style='margin:0px;background-color:black'
| > | > | >
| > | > | > Would be a good place to start. the only problem if that is the
code
| > | > that
| > | > | > changes the background for that slide, then your going to have
to
| > change
| > | > it
| > | > | > for all slides. I would just try it on one slide first to see
what
| > | > happens.
| > | > | > I suggested the css file because with my limited knowledge of
coding
| > I
| > | > would
| > | > | > put it there for just that reason.
| > | > | >
| > | > | > I am curious on how you published your presentation to a web
site.
| > | > Normally
| > | > | > screen resolution makes no difference and you get a full screen
| > | > PowerPoint
| > | > | > presenation without the large black screen you get when viewing
your
| > | > | > presntation.I'm running 1280x960, so i get a lot of black when
| > viewing
| > | > your
| > | > | > 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]
| > | > |
| > | >
| > | >
| > | >
| >
| >
| >
 
M

Michael Koerner

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]


| The sound files alone are approx. 7 mb. The total html presentation is
almost
| 21 mb. That's quite a lot to have coming across your email server. I'll be
| happy to send it, but do you really want to tie up your email client for a
| LONG time -- unless you've got a T1 connection, that is?
|
|
|
| "Michael Koerner" wrote:
|
| > I'm assuming that the PowerPoint file c/w sound files are in the 16 mb
| > range. I would not mind having a look at it to see if I can see what is
| > going on. If you want to send it to me at (e-mail address removed) I'd be more
than
| > happy to have a look.
| >
| > --
| > <>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 morning Michael,
| > | It is and was set up as full screen. In a few minutes, I'll resume my
| > trial
| > | and error -- mostly the latter.
| > |
| > | Thanks for the continuing interest.
| > |
| > | "Michael Koerner" wrote:
| > |
| > | > In the Slide Show Set Up window under Show type, which was set as
| > default?
| > | > Presented by a speaker (full screen) or Browsed by an individual
| > (window)
| > | > Should be (full screen)
| > | >
| > | > --
| > | > <>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]
| > | >
| > | >
| > | > | > | > |I changed the Slideshow Setup back to the default -- "Use Current
| > | > Resolution"
| > | > | -- then saved the presentation as a web page. Next, from your
| > tutorial, I
| > | > | added function FullScreen2 to the file script.js after the
function
| > | > | FullScreen. Howeverk, there is no file outline.htm! The only file
that
| > I
| > | > saw
| > | > | that had a load function was frame.htm, and the function code was:
| > | > |
| > | > | 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);
| > | > | }
| > | > | }
| > | > | Looks like we hit a brick wall here. However, I noticed that the
load
| > | > | function referred explicitly to the first slide (a blank slide) in
the
| > | > | presentation. So, I went to the first non-blank slide and changed
the
| > code
| > | > to
| > | > | the current resolution in pixels:
| > | > |
| > | > |
| > | >
| >
width:1440px;height:900px;font-size:16px;background-color:#000066;clip:rect(0%,
| > | > 101%, 101%, 0%);
| > | > | visibility:hidden'><p:slide coordsize="1440,900"
| > | > |
| > colors="#000066,#ffffff,#000099,#eaeaea,#66ccff,#0066ff,#ffffcc,#99cc00"
| > | > | masterhref="master93.xml">
| > | > |
| > | > | When I viewed this in IE, it MOMENTARILY gave me a full screen,
but
| > then
| > | > | reverted to the smaller resolution. Next, I'll check the
masterhref -
| > | > | "master93.xml."
| > | > |
| > | > | I'll let you know if it works.
| > | > |
| > | > | Thanks again, and have a good evening.
| > | > |
| > | > |
| > | > |
| > | > | "Michael Koerner" wrote:
| > | > |
| > | > | > I kept coming across references to a file "fullscreen.htm," and
I
| > | > assumed
| > | > | > that would allow for full screen viewing irrespective of the
screen
| > | > | > resolution
| > | > | >
| > | > | > You will get the full screen option if you don't go into
Slideshow
| > | > Setup.
| > | > | > Leave it alone at the default, and try saving as a web page
using
| > the
| > | > ppt to
| > | > | > html tutorial settings found in this reference.
| > | > | > Making PowerPoint 2002 and 2003 HTML open full screen
| > | > | > http://www.rdpslides.com/pptfaq/FAQ00428.htm
| > | > | >
| > | > | >
| > | > | > --
| > | > | > <>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]
| > | > | >
| > | > | >
| > | > | > | > | > | > | Since I am a lazy programmer by nature, I would automatically
try
| > it 1
| > | > | > slide
| > | > | > | at a time. At least when I'm in my right mind -- which is not
| > often!
| > | > | > |
| > | > | > | RE: How I published my presentation.
| > | > | > | In PowerPoint menu SlideShow/Set Up Show/Set Up SlideShow
| > Resolution,
| > | > I
| > | > | > | selected 1024x768 (for that choice from my web page). Then, in
| > | > File/Save
| > | > | > As
| > | > | > | Web Page/Publish (Save a copy and customize its
| > | > | > | contents)/WebOptions/Pictures, I set the Screen Resolution to
| > | > 1024x768. On
| > | > | > | the laptop where I designed the presentation, my native screen
| > | > resolution
| > | > | > is
| > | > | > | 1440x900, so the web version of the presentation doesn't take
up
| > much
| > | > | > screen
| > | > | > | real estate; but on a couple of my older PCs with lower
| > resolutions,
| > | > it
| > | > | > takes
| > | > | > | up significantly more. In reading some of the posts on the
| > Discussion
| > | > | > Groups,
| > | > | > | I kept coming across references to a file "fullscreen.htm,"
and I
| > | > assumed
| > | > | > | that would allow for full screen viewing irrespective of the
| > screen
| > | > | > | resolution; But, my publication did not contain that htm file.
We
| > play
| > | > the
| > | > | > | cards we get dealt!!
| > | > | > |
| > | > | > | Thanks again Michael!
| > | > | > |
| > | > | > | "Michael Koerner" wrote:
| > | > | > |
| > | > | > | > <body lang=EN-US style='margin:0px;background-color:black'
| > | > | > | >
| > | > | > | > Would be a good place to start. the only problem if that is
the
| > code
| > | > | > that
| > | > | > | > changes the background for that slide, then your going to
have
| > to
| > | > change
| > | > | > it
| > | > | > | > for all slides. I would just try it on one slide first to
see
| > what
| > | > | > happens.
| > | > | > | > I suggested the css file because with my limited knowledge
of
| > coding
| > | > I
| > | > | > would
| > | > | > | > put it there for just that reason.
| > | > | > | >
| > | > | > | > I am curious on how you published your presentation to a web
| > site.
| > | > | > Normally
| > | > | > | > screen resolution makes no difference and you get a full
screen
| > | > | > PowerPoint
| > | > | > | > presenation without the large black screen you get when
viewing
| > your
| > | > | > | > presntation.I'm running 1280x960, so i get a lot of black
when
| > | > viewing
| > | > | > your
| > | > | > | > 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]
| > | > | > |
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

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.
 
M

Michael Koerner

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]
|
 
G

Guest

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!
 
M

Michael Koerner

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]
| > |
| >
| >
| >
 
G

Guest

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 said:
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]
| > |
| >
| >
| >
 
M

Michael Koerner

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]
| > | > |
| > | >
| > | >
| > | >
| >
| >
| >
| >
 
G

Guest

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 said:
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]
| > | > |
| > | >
| > | >
| > | >
| >
| >
| >
| >
 
M

Michael Koerner

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]
| > | > | > |
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| > | >
| >
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top