Auto-advance in HTML

G

Guest

I have a presentation with a recorded narration that I want to publish as
html. By default, the user has to click the narration/sound icon for each
slide, and then when the slide is done, they have to click the "next" button
and then click the narration icon again.

When the narration for each slide is finished, I want it to move on to the
next slide and begin the next narration automatically, as it would if it were
a regular ppt file. I know this is possible by manipulating the html and/or
script.js file but I don't know the details. Does anyone know how to do this?

Thanks!
 
G

Guest

Thanks for the tip. I've looked at that demo and it isn't quite what I'm
looking for. My presentation is 146 slides, so I'm looking for a way for it
to play without any user intervention.

There should be a way to insert the commands that start the narration and
advances to the next slide into the script. These commands are ordinarily
executed when the buttons are clicked, so it should just be a matter of
copying and pasting these commands to wherever they need to go, except they
won't depend on a mouse click -- they would execute automatically.

Is there any documentation on the script.js file?

Thanks!
 
G

Guest

Thanks for the tip. I've looked at that demo and it isn't quite what I'm
looking for. My presentation is 146 slides, so I'm looking for a way for it
to play without any user intervention.

There should be a way to insert the commands that start the narration and
advances to the next slide into the script. These commands are ordinarily
executed when the buttons are clicked, so it should just be a matter of
copying and pasting these commands to wherever they need to go, except they
won't depend on a mouse click -- they would execute automatically.

Is there any documentation on the script.js file?

Thanks!
 
M

Michael Koerner

The click to go to the next slide is what I set, as there is a lot of
reading. You can have the slides advance quite easily after a set period of
time or after the last transition takes place
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top