• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Closing the presentation

New Here ,
Aug 14, 2006 Aug 14, 2006

Copy link to clipboard

Copied

Hi,

Is there anyway to close the window after the presentation? I have added a Breeze quiz question at the end. After the user clicks on the submit button nothing happens. They get confused. I would like to close the windows (like Captivate has some options) as soon as they complete the presentation. Is that possibe in Breeze presenter?

Thanks.
TOPICS
Presenter

Views

272

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 15, 2006 Aug 15, 2006

Copy link to clipboard

Copied

LATEST
Closing a Breeze Presentation with a button:

Make a small flash movie, containing a button ("quit") with an instance name of btnQuit.

Add this actionscript to your movie:

btnQuit.onRelease = function () {
getURL ("javascript: window.close();");
}

Put your small movie wherever you'd like in your PowerPoint presentation before compiling it with Presenter. Once its compiled, clicking the button should close the browser showing the Breeze presentation. Depending on the security settings of your browser, you may also get a message box warning you that the site is trying to close the window.


cheers!

MarcTheAverage!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources