Supercharge your PowerPoint productivity with
Supercharge your PPT Productivity with PPTools - Click here to learn more.

PPTools

Shape Styles brings the power of styles to PowerPoint. Apply complex formatting with a single click

Merge Excel, CSV or tab-delimited data into PowerPoint presentations to create certificates, awards presentations, personalized presentations and more

FixLinks prevents broken links when you distribute PowerPoint presentations

Optimizer saves disk space and bandwidth, shrinks your PowerPoint presentations to the right size for email, screenshow or printing

PPT2HTML gives you full control of PowerPoint HTML output, helps meet Section 508 accessibility requirements

Prep4PDF preserves interactivity in PowerPoint presentations when you convert to PDF

Image Export converts PowerPoint slides to JPG, PNG, GIF, WMF and more

Make PowerPoint 2000 HTML open full screen

Thanks to PowerPoint MVP Shyam Pillai for this suggestion. This applies to PowerPoint 2000.
If you use PowerPoint 2002, see Making PowerPoint 2002 HTML open full screen instead.

If the presentation is one that has been saved as HTML , then do the following.

Open the Outline.htm
Locate the Load function which looks as follows...

function Load()
{
 if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
 if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true;
return }
 if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav);
parent.gOtlNavLoaded=true;
return }

Just add another line at the bottom - FullScreen();

.i.e the new Load function will look as follows

function Load()
{
 if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
 if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true;
return }
 if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav);
parent.gOtlNavLoaded=true;
FullScreen();
return }

Save the file. Now the show will switch to Full Screen automatically when viewed in the browser, or at least with recent versions of Microsoft Internet Explorer. Please test with other browsers if wide compatibility is important to you.

Another approach would be to generate HTML that's full screen in the first place, which you can do with the PPTools PPT2HTML add-in. You can find more info about PPT2HTML on the RnR PPTools home page

Page copy protected against web site content infringement by Copyscape Contents © 1995 - 2009 Stephen Rindsberg, Rindsberg Photography, Inc. and members of the MS PowerPoint MVP team. You may link to this page but any form of unauthorized reproduction of this page's contents is expressly forbidden.
Español    Deutsch    Français    Português    Italiano    Nederlands    Greek    Japanese    Korean    Chinese

Supercharge your PPT Productivity with PPTools

content authoring & site maintenance by
Friday, the automatic faq maker (logo)
Friday - The Automatic FAQ Maker

Make PowerPoint 2000 HTML open full screen
http://www.pptfaq.com/FAQ00148.htm
Last update 09 September, 2006
Created: