Sample presentations?

  • Thread starter Thread starter BuddyB
  • Start date Start date
B

BuddyB

I'm using PPT 2003. Is there anywhere I can pick up a couple of completed
shows. Sometimes the best way to learn is to get something and take it
apart. For instance. I published to the net, and when someone goes to it it
shows the outline and the slides. I'd really like it to open and close full
screen, without the outline. Someone here was kind enough to direct me
somewhere to pick up some Java script to insert in two files, one being
Script.js, and Outline. I know nothing of Java script and I think that is
where the problem lies. I thought I inserted correctly, but probably didn't.
Or, maybe someone could send me those files with the Java script inserted.
At this point any help at all will be appreciated.
Thanks, BuddyB
 
The following should help
1.open an existing PowerPoint presentation and select Save as Web page...
(from the File menu, the Save as dialog box will appear.)
2.Setting PowerPoint's Default Web Options
Make sure Select the Organize supporting files in a folder in Files tab
3.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,"newwindo
w","fullscreen=1" )

Regards,

Karl
Web PowerPoint presentations with video,music and flash
http://www.presentersoft.com

in message:
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,
Hello,

PowerPoint does not have the specific capability that you are looking for
(Web option to open full-screen) although, as others may have indicated,
the HTML file can be modified, after the fact, to get the desired result.

If you (or anyone else reading this message) think that PowerPoint should
provide this functionality (without have to resorting repeatedly to manual
workarounds), don't forget to send your feedback (in YOUR OWN WORDS,
please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

It's VERY important that, for EACH wish, you describe in detail, WHY it is
important TO YOU that your product suggestion be implemented. A good wish
submssion includes WHAT scenario, work-flow, or end-result is blocked by
not having a specific feature, HOW MUCH time and effort ($$$) is spent
working around a specific limitation of the current product, etc. Remember
that Microsoft receives THOUSANDS of product suggestions every day and we
read each one but, in any given product development cycle, there are ONLY
sufficient resources to address the ones that are MOST IMPORTANT to our
customers so take the extra time to state your case as CLEARLY and
COMPLETELY as possible so that we can FEEL YOUR PAIN.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top