Kewl; thanks Karl
--
<>Please post all follow-up questions/replies to the newsgroup<>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]
try another way:
In the main file,you can find
window.location.replace(
'yourfile.files/frame.htm'+document.location.hash )
replace it with
window.open(
'yourfile.files/fullscreen.htm'+document.location.hash,"newwindow","fullscre
en=1" )
Karl
PresenterSoft MediaEasy-Synchronize video with PowerPoint,images,HTML,flash
and URLs
http://www.presentersoft.com
bff said:
I am attempting to Save Powerpoint 2002 to html, for it to display in
full-screen mode. I have used the FAQ listed in this newsgroup to modify
the script.js and outline.htm files. However, when I launch to the main
page, I get a few seconds of seeing the navigation frame prior to the
full-screen popping up--can I correct this?