PowerPoint to HTML - animation using buttons

M

Mauro Wagner

I'm trying to make a template intended to make presentations to be converted
to HTML to be used as WBT (web based training). The idea is to give to the
users only the option to navigate trhough buttons. To forward or go back
trhough slides is ok. The problem is when in a slide we have animations. The
idea is that each animation step is triggered when the user click a button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files? It
means, the solution for this must be in the template.
Thank you!
 
M

Michael Koerner

You have to build your buttons into your PowerPoint presentation and then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'm trying to make a template intended to make presentations to be converted
to HTML to be used as WBT (web based training). The idea is to give to the
users only the option to navigate trhough buttons. To forward or go back
trhough slides is ok. The problem is when in a slide we have animations. The
idea is that each animation step is triggered when the user click a button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files? It
means, the solution for this must be in the template.
Thank you!
 
M

Mauro Wagner

I'd made this, Michael, using macro assigned to buttons. It works well when
you use Slide Show, but, as you know, it don't work in HTML. The problem is
exactly this: how to make this kind of buttons that works in HTML?
 
M

Michael Koerner

Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'd made this, Michael, using macro assigned to buttons. It works well when
you use Slide Show, but, as you know, it don't work in HTML. The problem is
exactly this: how to make this kind of buttons that works in HTML?
 
M

Mauro Wagner

Michael,
Good try, but that is not I need. In that presentation the buttons does
GoNextSld() or GoPreviousSld() java functions, and this I can made easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse click, or
ENTER) to go ahead or PgUp to go back through the animation steps, but the
idea, as the user must be in kiosk mode, is to do this using buttons, not to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in this
case...

Michael Koerner said:
Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'd made this, Michael, using macro assigned to buttons. It works well when
you use Slide Show, but, as you know, it don't work in HTML. The problem is
exactly this: how to make this kind of buttons that works in HTML?

Michael Koerner said:
You have to build your buttons into your PowerPoint presentation and then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'm trying to make a template intended to make presentations to be converted
to HTML to be used as WBT (web based training). The idea is to give to the
users only the option to navigate trhough buttons. To forward or go back
trhough slides is ok. The problem is when in a slide we have animations. The
idea is that each animation step is triggered when the user click a button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files? It
means, the solution for this must be in the template.
Thank you!
 
M

Michael Koerner

Not sure about the web stuff. But in regular mode if you want the animations
tobe re-run when you go back to a previous slide you have to put in a blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Mauro Wagner said:
Michael,
Good try, but that is not I need. In that presentation the buttons does
GoNextSld() or GoPreviousSld() java functions, and this I can made easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse click,
or
ENTER) to go ahead or PgUp to go back through the animation steps, but the
idea, as the user must be in kiosk mode, is to do this using buttons, not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in this
case...

Michael Koerner said:
Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'd made this, Michael, using macro assigned to buttons. It works well
when
you use Slide Show, but, as you know, it don't work in HTML. The problem
is
exactly this: how to make this kind of buttons that works in HTML?

Michael Koerner said:
You have to build your buttons into your PowerPoint presentation and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'm trying to make a template intended to make presentations to be
converted
to HTML to be used as WBT (web based training). The idea is to give to
the
users only the option to navigate trhough buttons. To forward or go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files? It
means, the solution for this must be in the template.
Thank you!
 
M

Mauro Wagner

Hi, Michael!

The problem is not re-run the animation, but run animations using ONLY
buttons, in HTML mode, with NO keyboard interaction (PgUp or PgDn keys).
Using standard solutions in PPT I can change to another slide with buttons,
but the problem remains when we have animations into one slide. If the user
click that button, the slide changes. The user must have another pair of
buttons with the same functionality of PgUp or PgDn keys to trigger animation
steps.
I can do this in normal Slide Show using macros, but it not works in HTML.
Is there a way to do this work in HTML?

Michael Koerner said:
Not sure about the web stuff. But in regular mode if you want the animations
tobe re-run when you go back to a previous slide you have to put in a blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Mauro Wagner said:
Michael,
Good try, but that is not I need. In that presentation the buttons does
GoNextSld() or GoPreviousSld() java functions, and this I can made easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse click,
or
ENTER) to go ahead or PgUp to go back through the animation steps, but the
idea, as the user must be in kiosk mode, is to do this using buttons, not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in this
case...

Michael Koerner said:
Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'd made this, Michael, using macro assigned to buttons. It works well
when
you use Slide Show, but, as you know, it don't work in HTML. The problem
is
exactly this: how to make this kind of buttons that works in HTML?

:

You have to build your buttons into your PowerPoint presentation and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


I'm trying to make a template intended to make presentations to be
converted
to HTML to be used as WBT (web based training). The idea is to give to
the
users only the option to navigate trhough buttons. To forward or go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files? It
means, the solution for this must be in the template.
Thank you!
 
M

Michael Koerner

My HTML and VBA knowledge, is probably quite a lot less than yours.
Hopefully someone with more expertice in this area will jump in.

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Mauro Wagner said:
Hi, Michael!

The problem is not re-run the animation, but run animations using ONLY
buttons, in HTML mode, with NO keyboard interaction (PgUp or PgDn keys).
Using standard solutions in PPT I can change to another slide with
buttons,
but the problem remains when we have animations into one slide. If the
user
click that button, the slide changes. The user must have another pair of
buttons with the same functionality of PgUp or PgDn keys to trigger
animation
steps.
I can do this in normal Slide Show using macros, but it not works in HTML.
Is there a way to do this work in HTML?

Michael Koerner said:
Not sure about the web stuff. But in regular mode if you want the
animations
tobe re-run when you go back to a previous slide you have to put in a
blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the
beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Mauro Wagner said:
Michael,
Good try, but that is not I need. In that presentation the buttons does
GoNextSld() or GoPreviousSld() java functions, and this I can made
easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse
click,
or
ENTER) to go ahead or PgUp to go back through the animation steps, but
the
idea, as the user must be in kiosk mode, is to do this using buttons,
not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in
this
case...

:

Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'd made this, Michael, using macro assigned to buttons. It works well
when
you use Slide Show, but, as you know, it don't work in HTML. The
problem
is
exactly this: how to make this kind of buttons that works in HTML?

:

You have to build your buttons into your PowerPoint presentation and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'm trying to make a template intended to make presentations to be
converted
to HTML to be used as WBT (web based training). The idea is to give
to
the
users only the option to navigate trhough buttons. To forward or go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files?
It
means, the solution for this must be in the template.
Thank you!
 
M

Mauro Wagner

Ok, Michael!
Thank you very much for your efforts! I hope someone want to join us in this
discussion to find a solution.
Regards!

Michael Koerner said:
My HTML and VBA knowledge, is probably quite a lot less than yours.
Hopefully someone with more expertice in this area will jump in.

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Mauro Wagner said:
Hi, Michael!

The problem is not re-run the animation, but run animations using ONLY
buttons, in HTML mode, with NO keyboard interaction (PgUp or PgDn keys).
Using standard solutions in PPT I can change to another slide with
buttons,
but the problem remains when we have animations into one slide. If the
user
click that button, the slide changes. The user must have another pair of
buttons with the same functionality of PgUp or PgDn keys to trigger
animation
steps.
I can do this in normal Slide Show using macros, but it not works in HTML.
Is there a way to do this work in HTML?

Michael Koerner said:
Not sure about the web stuff. But in regular mode if you want the
animations
tobe re-run when you go back to a previous slide you have to put in a
blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the
beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Michael,
Good try, but that is not I need. In that presentation the buttons does
GoNextSld() or GoPreviousSld() java functions, and this I can made
easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse
click,
or
ENTER) to go ahead or PgUp to go back through the animation steps, but
the
idea, as the user must be in kiosk mode, is to do this using buttons,
not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in
this
case...

:

Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'd made this, Michael, using macro assigned to buttons. It works well
when
you use Slide Show, but, as you know, it don't work in HTML. The
problem
is
exactly this: how to make this kind of buttons that works in HTML?

:

You have to build your buttons into your PowerPoint presentation and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'm trying to make a template intended to make presentations to be
converted
to HTML to be used as WBT (web based training). The idea is to give
to
the
users only the option to navigate trhough buttons. To forward or go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files?
It
means, the solution for this must be in the template.
Thank you!
 
K

Kathy Jacobs

Note: All of the following assumes you are using PPT 2002 or later and have
the ability to do triggered animations!

I just ran a quick test. You can set up buttons to move forward and back in
your presentation (right click your shape, hyperlink, place in this
document, previous slide/next slide). You can even set up triggered
animations so that clicks on a shape initiate your animations (and triggers
are able to be repeated when you re-enter a slide). However, it does appear
that you cannot merely set the presentation to Kiosk mode and have that
transfer over to the HTML.

I thought you could cheat the around the problem of clicks going to the next
slide after the animations have all been run by adding an empty box to the
background to capture clicks. Unfortunately, it doesn't seem to work quite
that easily. Instead here are the steps:
1) Add a rectangle (A) the size of your slide to each slide. Set it to be
95% transparent or higher and give it no line.
2) Add a shape (B) off the first slide (on the gray background)
3) Give B an entrance animation
4) Set B's animation to be triggered by A
5) Copy B and paste to each of your other slides

Now, when you click the slide, an animation happens off the screen. No
matter how many times you click it, the animation will repeat, instead of
the slide moving forward. I really wish this worked from the master slide,
but I couldn't get it to do so.

Let us know if this gets you closer.
--
Kathryn Jacobs, Microsoft MVP PowerPoint and OneNote
Author of Kathy Jacobs on PowerPoint - Available now from Holy Macro! Books
Get PowerPoint answers at http://www.powerpointanswers.com

I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we lived

Mauro Wagner said:
Hi, Michael!

The problem is not re-run the animation, but run animations using ONLY
buttons, in HTML mode, with NO keyboard interaction (PgUp or PgDn keys).
Using standard solutions in PPT I can change to another slide with
buttons,
but the problem remains when we have animations into one slide. If the
user
click that button, the slide changes. The user must have another pair of
buttons with the same functionality of PgUp or PgDn keys to trigger
animation
steps.
I can do this in normal Slide Show using macros, but it not works in HTML.
Is there a way to do this work in HTML?

Michael Koerner said:
Not sure about the web stuff. But in regular mode if you want the
animations
tobe re-run when you go back to a previous slide you have to put in a
blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the
beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Mauro Wagner said:
Michael,
Good try, but that is not I need. In that presentation the buttons does
GoNextSld() or GoPreviousSld() java functions, and this I can made
easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse
click,
or
ENTER) to go ahead or PgUp to go back through the animation steps, but
the
idea, as the user must be in kiosk mode, is to do this using buttons,
not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in
this
case...

:

Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'd made this, Michael, using macro assigned to buttons. It works well
when
you use Slide Show, but, as you know, it don't work in HTML. The
problem
is
exactly this: how to make this kind of buttons that works in HTML?

:

You have to build your buttons into your PowerPoint presentation and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'm trying to make a template intended to make presentations to be
converted
to HTML to be used as WBT (web based training). The idea is to give
to
the
users only the option to navigate trhough buttons. To forward or go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files?
It
means, the solution for this must be in the template.
Thank you!
 
M

Mauro Wagner

Hi, Kathy!!!!
Thank you for join us this discussion! Maybe we can find a solution
togheter...
I tryed your sugestion, it works well but didn't solve my problem...that's
sad...
Let me try to explain the problem in a more detailed way:
1-) Let's say you have one PPT with just one slide, and this slide have a
text box with 4 paragraphs. This text box is seted to have an animation
schema where each paragraph enters "on click".
2-) When you see the presentation in Slide Show mode, when you click the
mouse each paragraph enters normaly. Till there, everithing is ok...
3-) Set the slide show to kisk mode, and put some buttons for navigation.
This is the problem: the available options is only to set hyperlinks to next
or previous slide (not animation steps). But, save this "one slide"
presentation as HTML anyway.
4-) Open the HTML presentation. Everithing seems to be ok, but if you click
the button to go ahead with animation...nothing hapens. If the presentation
has 2 slides, you can go to the another slide, but you are not able to see
all the paragraphs on the 1st slide, because you can do this only pressing
PgUp or PgDn (or equivalent) keyboard keys!
The problem is exactly this: how to "simulate" PgUp or PgDn keys, but using
clickable buttons, like to go to previous or next slide.
If you prefer, I can send you a small sample, in order to see this.

Thanks in advance!

Kathy Jacobs said:
Note: All of the following assumes you are using PPT 2002 or later and have
the ability to do triggered animations!

I just ran a quick test. You can set up buttons to move forward and back in
your presentation (right click your shape, hyperlink, place in this
document, previous slide/next slide). You can even set up triggered
animations so that clicks on a shape initiate your animations (and triggers
are able to be repeated when you re-enter a slide). However, it does appear
that you cannot merely set the presentation to Kiosk mode and have that
transfer over to the HTML.

I thought you could cheat the around the problem of clicks going to the next
slide after the animations have all been run by adding an empty box to the
background to capture clicks. Unfortunately, it doesn't seem to work quite
that easily. Instead here are the steps:
1) Add a rectangle (A) the size of your slide to each slide. Set it to be
95% transparent or higher and give it no line.
2) Add a shape (B) off the first slide (on the gray background)
3) Give B an entrance animation
4) Set B's animation to be triggered by A
5) Copy B and paste to each of your other slides

Now, when you click the slide, an animation happens off the screen. No
matter how many times you click it, the animation will repeat, instead of
the slide moving forward. I really wish this worked from the master slide,
but I couldn't get it to do so.

Let us know if this gets you closer.
--
Kathryn Jacobs, Microsoft MVP PowerPoint and OneNote
Author of Kathy Jacobs on PowerPoint - Available now from Holy Macro! Books
Get PowerPoint answers at http://www.powerpointanswers.com

I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we lived

Mauro Wagner said:
Hi, Michael!

The problem is not re-run the animation, but run animations using ONLY
buttons, in HTML mode, with NO keyboard interaction (PgUp or PgDn keys).
Using standard solutions in PPT I can change to another slide with
buttons,
but the problem remains when we have animations into one slide. If the
user
click that button, the slide changes. The user must have another pair of
buttons with the same functionality of PgUp or PgDn keys to trigger
animation
steps.
I can do this in normal Slide Show using macros, but it not works in HTML.
Is there a way to do this work in HTML?

Michael Koerner said:
Not sure about the web stuff. But in regular mode if you want the
animations
tobe re-run when you go back to a previous slide you have to put in a
blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the
beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


Michael,
Good try, but that is not I need. In that presentation the buttons does
GoNextSld() or GoPreviousSld() java functions, and this I can made
easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse
click,
or
ENTER) to go ahead or PgUp to go back through the animation steps, but
the
idea, as the user must be in kiosk mode, is to do this using buttons,
not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in
this
case...

:

Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'd made this, Michael, using macro assigned to buttons. It works well
when
you use Slide Show, but, as you know, it don't work in HTML. The
problem
is
exactly this: how to make this kind of buttons that works in HTML?

:

You have to build your buttons into your PowerPoint presentation and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'm trying to make a template intended to make presentations to be
converted
to HTML to be used as WBT (web based training). The idea is to give
to
the
users only the option to navigate trhough buttons. To forward or go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated files?
It
means, the solution for this must be in the template.
Thank you!
 
K

Kathy Jacobs

Mauro,
What if you use the right and left arrow keys instead of the page up and
page down keys? Will that work any closer? One thing I am not clear on:
Clicking the mouse on the slide during an HTML presentation should move you
to the next animation, not to the next slide. Isn't this what you are
seeing?

If what you really want is to make the animation progress with just button
clicks, you are going to need to set up triggers for each animation. A pain,
I know, but the only way I know of to do it.

Something that might help is to see the presentation in IE. Is it possible
for you to upload the files to your server and post a link? (I don't want to
see the ppt - I want to see the HTML. Part of me is wondering if something
is not working right on your machine.)
--
Kathryn Jacobs, Microsoft MVP PowerPoint and OneNote
Author of Kathy Jacobs on PowerPoint - Available now from Holy Macro! Books
Get PowerPoint answers at http://www.powerpointanswers.com

I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we lived

Mauro Wagner said:
Hi, Kathy!!!!
Thank you for join us this discussion! Maybe we can find a solution
togheter...
I tryed your sugestion, it works well but didn't solve my problem...that's
sad...
Let me try to explain the problem in a more detailed way:
1-) Let's say you have one PPT with just one slide, and this slide have a
text box with 4 paragraphs. This text box is seted to have an animation
schema where each paragraph enters "on click".
2-) When you see the presentation in Slide Show mode, when you click the
mouse each paragraph enters normaly. Till there, everithing is ok...
3-) Set the slide show to kisk mode, and put some buttons for navigation.
This is the problem: the available options is only to set hyperlinks to
next
or previous slide (not animation steps). But, save this "one slide"
presentation as HTML anyway.
4-) Open the HTML presentation. Everithing seems to be ok, but if you
click
the button to go ahead with animation...nothing hapens. If the
presentation
has 2 slides, you can go to the another slide, but you are not able to see
all the paragraphs on the 1st slide, because you can do this only pressing
PgUp or PgDn (or equivalent) keyboard keys!
The problem is exactly this: how to "simulate" PgUp or PgDn keys, but
using
clickable buttons, like to go to previous or next slide.
If you prefer, I can send you a small sample, in order to see this.

Thanks in advance!

Kathy Jacobs said:
Note: All of the following assumes you are using PPT 2002 or later and
have
the ability to do triggered animations!

I just ran a quick test. You can set up buttons to move forward and back
in
your presentation (right click your shape, hyperlink, place in this
document, previous slide/next slide). You can even set up triggered
animations so that clicks on a shape initiate your animations (and
triggers
are able to be repeated when you re-enter a slide). However, it does
appear
that you cannot merely set the presentation to Kiosk mode and have that
transfer over to the HTML.

I thought you could cheat the around the problem of clicks going to the
next
slide after the animations have all been run by adding an empty box to
the
background to capture clicks. Unfortunately, it doesn't seem to work
quite
that easily. Instead here are the steps:
1) Add a rectangle (A) the size of your slide to each slide. Set it to be
95% transparent or higher and give it no line.
2) Add a shape (B) off the first slide (on the gray background)
3) Give B an entrance animation
4) Set B's animation to be triggered by A
5) Copy B and paste to each of your other slides

Now, when you click the slide, an animation happens off the screen. No
matter how many times you click it, the animation will repeat, instead of
the slide moving forward. I really wish this worked from the master
slide,
but I couldn't get it to do so.

Let us know if this gets you closer.
--
Kathryn Jacobs, Microsoft MVP PowerPoint and OneNote
Author of Kathy Jacobs on PowerPoint - Available now from Holy Macro!
Books
Get PowerPoint answers at http://www.powerpointanswers.com

I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we
lived

Mauro Wagner said:
Hi, Michael!

The problem is not re-run the animation, but run animations using ONLY
buttons, in HTML mode, with NO keyboard interaction (PgUp or PgDn
keys).
Using standard solutions in PPT I can change to another slide with
buttons,
but the problem remains when we have animations into one slide. If the
user
click that button, the slide changes. The user must have another pair
of
buttons with the same functionality of PgUp or PgDn keys to trigger
animation
steps.
I can do this in normal Slide Show using macros, but it not works in
HTML.
Is there a way to do this work in HTML?

:

Not sure about the web stuff. But in regular mode if you want the
animations
tobe re-run when you go back to a previous slide you have to put in a
blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the
beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
Michael,
Good try, but that is not I need. In that presentation the buttons
does
GoNextSld() or GoPreviousSld() java functions, and this I can made
easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse
click,
or
ENTER) to go ahead or PgUp to go back through the animation steps,
but
the
idea, as the user must be in kiosk mode, is to do this using
buttons,
not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in
this
case...

:

Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'd made this, Michael, using macro assigned to buttons. It works
well
when
you use Slide Show, but, as you know, it don't work in HTML. The
problem
is
exactly this: how to make this kind of buttons that works in HTML?

:

You have to build your buttons into your PowerPoint presentation
and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'm trying to make a template intended to make presentations to
be
converted
to HTML to be used as WBT (web based training). The idea is to
give
to
the
users only the option to navigate trhough buttons. To forward or
go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click
a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated
files?
It
means, the solution for this must be in the template.
Thank you!
 
M

Mauro Wagner

Yes, Kathy! That is the point: If I use PgDn, right arrow, up arrow, ENTER,
left arrow, down arrow, PgUp, I can progress back or ahead in animations. But
it's something weird to the user, once he/she is using buttons to go through
the slides and, suddenly, needs to use keyboard...
The use of triggers, in this case, does not work, at least, not in a simple
way (because the intention is to have one "template" presentation and then
give it to the Content Developers - people with not so much knowledge of
PPT2003, just the basics)
If there is no way to have buttons to progress the animations in HTML mode,
I need at least to be sure about it! The problem is that nobody knows the
solution, but nobody knows IF there is no solution!!!!!

Kathy Jacobs said:
Mauro,
What if you use the right and left arrow keys instead of the page up and
page down keys? Will that work any closer? One thing I am not clear on:
Clicking the mouse on the slide during an HTML presentation should move you
to the next animation, not to the next slide. Isn't this what you are
seeing?

If what you really want is to make the animation progress with just button
clicks, you are going to need to set up triggers for each animation. A pain,
I know, but the only way I know of to do it.

Something that might help is to see the presentation in IE. Is it possible
for you to upload the files to your server and post a link? (I don't want to
see the ppt - I want to see the HTML. Part of me is wondering if something
is not working right on your machine.)
--
Kathryn Jacobs, Microsoft MVP PowerPoint and OneNote
Author of Kathy Jacobs on PowerPoint - Available now from Holy Macro! Books
Get PowerPoint answers at http://www.powerpointanswers.com

I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we lived

Mauro Wagner said:
Hi, Kathy!!!!
Thank you for join us this discussion! Maybe we can find a solution
togheter...
I tryed your sugestion, it works well but didn't solve my problem...that's
sad...
Let me try to explain the problem in a more detailed way:
1-) Let's say you have one PPT with just one slide, and this slide have a
text box with 4 paragraphs. This text box is seted to have an animation
schema where each paragraph enters "on click".
2-) When you see the presentation in Slide Show mode, when you click the
mouse each paragraph enters normaly. Till there, everithing is ok...
3-) Set the slide show to kisk mode, and put some buttons for navigation.
This is the problem: the available options is only to set hyperlinks to
next
or previous slide (not animation steps). But, save this "one slide"
presentation as HTML anyway.
4-) Open the HTML presentation. Everithing seems to be ok, but if you
click
the button to go ahead with animation...nothing hapens. If the
presentation
has 2 slides, you can go to the another slide, but you are not able to see
all the paragraphs on the 1st slide, because you can do this only pressing
PgUp or PgDn (or equivalent) keyboard keys!
The problem is exactly this: how to "simulate" PgUp or PgDn keys, but
using
clickable buttons, like to go to previous or next slide.
If you prefer, I can send you a small sample, in order to see this.

Thanks in advance!

Kathy Jacobs said:
Note: All of the following assumes you are using PPT 2002 or later and
have
the ability to do triggered animations!

I just ran a quick test. You can set up buttons to move forward and back
in
your presentation (right click your shape, hyperlink, place in this
document, previous slide/next slide). You can even set up triggered
animations so that clicks on a shape initiate your animations (and
triggers
are able to be repeated when you re-enter a slide). However, it does
appear
that you cannot merely set the presentation to Kiosk mode and have that
transfer over to the HTML.

I thought you could cheat the around the problem of clicks going to the
next
slide after the animations have all been run by adding an empty box to
the
background to capture clicks. Unfortunately, it doesn't seem to work
quite
that easily. Instead here are the steps:
1) Add a rectangle (A) the size of your slide to each slide. Set it to be
95% transparent or higher and give it no line.
2) Add a shape (B) off the first slide (on the gray background)
3) Give B an entrance animation
4) Set B's animation to be triggered by A
5) Copy B and paste to each of your other slides

Now, when you click the slide, an animation happens off the screen. No
matter how many times you click it, the animation will repeat, instead of
the slide moving forward. I really wish this worked from the master
slide,
but I couldn't get it to do so.

Let us know if this gets you closer.
--
Kathryn Jacobs, Microsoft MVP PowerPoint and OneNote
Author of Kathy Jacobs on PowerPoint - Available now from Holy Macro!
Books
Get PowerPoint answers at http://www.powerpointanswers.com

I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we
lived

Hi, Michael!

The problem is not re-run the animation, but run animations using ONLY
buttons, in HTML mode, with NO keyboard interaction (PgUp or PgDn
keys).
Using standard solutions in PPT I can change to another slide with
buttons,
but the problem remains when we have animations into one slide. If the
user
click that button, the slide changes. The user must have another pair
of
buttons with the same functionality of PgUp or PgDn keys to trigger
animation
steps.
I can do this in normal Slide Show using macros, but it not works in
HTML.
Is there a way to do this work in HTML?

:

Not sure about the web stuff. But in regular mode if you want the
animations
tobe re-run when you go back to a previous slide you have to put in a
blank
slide with zero timings of transitions before the slide with all the
animations and link back to the blank slide. this puts you at the
beginning
of your animations

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
Michael,
Good try, but that is not I need. In that presentation the buttons
does
GoNextSld() or GoPreviousSld() java functions, and this I can made
easily
using hyperlinks. The problem is when I have custom animations, not
automatic, into one slide. In this case you can use PgDn (or mouse
click,
or
ENTER) to go ahead or PgUp to go back through the animation steps,
but
the
idea, as the user must be in kiosk mode, is to do this using
buttons,
not
to
change slides (only), but to control animation steps.
I searched several PPT samples but I couldn't see anything useful in
this
case...

:

Go here and see if these buttons work for you
http://www.oldfco.ca/tutorial/pptohtml.html

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'd made this, Michael, using macro assigned to buttons. It works
well
when
you use Slide Show, but, as you know, it don't work in HTML. The
problem
is
exactly this: how to make this kind of buttons that works in HTML?

:

You have to build your buttons into your PowerPoint presentation
and
then
publish to a html file

--
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]


message
I'm trying to make a template intended to make presentations to
be
converted
to HTML to be used as WBT (web based training). The idea is to
give
to
the
users only the option to navigate trhough buttons. To forward or
go
back
trhough slides is ok. The problem is when in a slide we have
animations. The
idea is that each animation step is triggered when the user click
a
button to
go forward or go back, instead of to using PgDn or PgUp keys.
Anyone knows how to do this without change the HTML generated
files?
It
means, the solution for this must be in the template.
Thank you!
 
M

Mauro Wagner

Maybe someone with good PPT2003 AND javascript expertise can help me: Is it
possible to put some kind of "sendKeys()" code into a button, even after the
export to HTML? I mean, if is not possible to work onto PPT template, at
least is it possible to change the HTML code for master pages inserting
something like sendkeys js function into the buttons? In the case of yes, how
to do it?
TKS!
 

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