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

Proud member of

PPTools

Image Export converts PowerPoint slides to high-quality images.

PPT2HTML exports HTML even from PowerPoint 2010 and 2013, gives you full control of PowerPoint HTML output, helps meet Section 508 accessibility requirements

Merge Excel data into PowerPoint presentations to create certificates, awards presentations, personalized presentations and more

Resize your presentations quickly and without distortion

Language Selector switches the text in your presentation from one language to another

FixLinks prevents broken links when you distribute PowerPoint presentations

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

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


Did this solve your problem? If so, please consider supporting the PPT FAQ with a small PayPal donation.
Page copy protected against web site content infringement by Copyscape Contents © 1995 - 2022 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.

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_Make_PowerPoint_2000_HTML_open_full_screen.htm
Last update 07 June, 2011
Created: