PC Review


Reply
Thread Tools Rate Thread

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

 
 
=?Utf-8?B?Sm9lQg==?=
Guest
Posts: n/a
 
      5th Jan 2006
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.
 
Reply With Quote
 
 
 
 
Michael Koerner
Guest
Posts: n/a
 
      5th Jan 2006
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]


"JoeB" <(E-Mail Removed)> wrote in message
news:78BD475B-5EBE-45C7-9BDE-(E-Mail Removed)...
| 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.


 
Reply With Quote
 
=?Utf-8?B?Sm9lQg==?=
Guest
Posts: n/a
 
      5th Jan 2006
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]
>
>
> "JoeB" <(E-Mail Removed)> wrote in message
> news:78BD475B-5EBE-45C7-9BDE-(E-Mail Removed)...
> | 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.
>
>
>

 
Reply With Quote
 
Michael Koerner
Guest
Posts: n/a
 
      5th Jan 2006
<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]


"JoeB" <(E-Mail Removed)> wrote in message
news:1DEEBF81-39B1-4002-A23F-(E-Mail Removed)...
| 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]
| >
| >
| > "JoeB" <(E-Mail Removed)> wrote in message
| > news:78BD475B-5EBE-45C7-9BDE-(E-Mail Removed)...
| > | 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.
| >
| >
| >



 
Reply With Quote
 
=?Utf-8?B?Sm9lQg==?=
Guest
Posts: n/a
 
      5th Jan 2006
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]


 
Reply With Quote
 
Michael Koerner
Guest
Posts: n/a
 
      5th Jan 2006
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]


"JoeB" <(E-Mail Removed)> wrote in message
news:82A88952-7B10-4D56-99F1-(E-Mail Removed)...
| 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]
|


 
Reply With Quote
 
=?Utf-8?B?Sm9lQg==?=
Guest
Posts: n/a
 
      6th Jan 2006
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]
>
>
> "JoeB" <(E-Mail Removed)> wrote in message
> news:82A88952-7B10-4D56-99F1-(E-Mail Removed)...
> | 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]
> |
>
>
>

 
Reply With Quote
 
Michael Koerner
Guest
Posts: n/a
 
      6th Jan 2006
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]


"JoeB" <(E-Mail Removed)> wrote in message
news:55957B31-3787-46FB-BC86-(E-Mail Removed)...
|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]
| >
| >
| > "JoeB" <(E-Mail Removed)> wrote in message
| > news:82A88952-7B10-4D56-99F1-(E-Mail Removed)...
| > | 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]
| > |
| >
| >
| >


 
Reply With Quote
 
=?Utf-8?B?Sm9lQg==?=
Guest
Posts: n/a
 
      6th Jan 2006
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]
>
>
> "JoeB" <(E-Mail Removed)> wrote in message
> news:55957B31-3787-46FB-BC86-(E-Mail Removed)...
> |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]
> | >
> | >
> | > "JoeB" <(E-Mail Removed)> wrote in message
> | > news:82A88952-7B10-4D56-99F1-(E-Mail Removed)...
> | > | 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]
> | > |
> | >
> | >
> | >
>
>
>

 
Reply With Quote
 
Michael Koerner
Guest
Posts: n/a
 
      6th Jan 2006
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 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]


"JoeB" <(E-Mail Removed)> wrote in message
news:0BFD9C1D-FB19-499C-81E8-(E-Mail Removed)...
| 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]
| >
| >
| > "JoeB" <(E-Mail Removed)> wrote in message
| > news:55957B31-3787-46FB-BC86-(E-Mail Removed)...
| > |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]
| > | >
| > | >
| > | > "JoeB" <(E-Mail Removed)> wrote in message
| > | > news:82A88952-7B10-4D56-99F1-(E-Mail Removed)...
| > | > | 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]
| > | > |
| > | >
| > | >
| > | >
| >
| >
| >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
screen flashes black when writing on presentation docsobeck Microsoft Powerpoint 0 1st Feb 2010 10:15 PM
RE: Projector screen goes black during presentation morgancreative Microsoft Powerpoint 0 26th Jan 2010 09:37 PM
"lock' ppt bacground so that only links advance presentation =?Utf-8?B?VGVhY2hlcg==?= Microsoft Powerpoint 4 11th Jul 2006 10:44 PM
presentation slide has black background, how to change =?Utf-8?B?TWFyZ2ll?= Microsoft Powerpoint 1 26th Jul 2005 11:08 PM
Icons apear with black bacground instead of transparent Pawel Achtel Microsoft Dot NET Compact Framework 1 14th Oct 2003 12:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:15 AM.