flash movie in powerpoint

  • Thread starter Thread starter Louis
  • Start date Start date
L

Louis

Hi,

I've found how to put in a flash movie in powerpoint. What I would like to
have is a menu so I can start over again the flash movie, now it runs and
when I quit the presentation and I go back it continue's where it stayed. I
can't rerun it.

I saw in the properties that you can put Loop on true and menu on true, but
nothings happens?

I hope someone can help me out,

regards,
Louis
 
Put a blank slide with zero transitions or timings before the one with the
flash movie, and link back to it instead.
 
Hi, that's not really the answer to my problem.

I've added the following code:

Private Sub ShockwaveFlash1_GotFocus()
ShockwaveFlash1.Playing = True
End Sub

And when the movie is now ended and I click on the movie again it starts
over. But it isn't very fancy. So I hope someone has better ideas.

regards,
Louis
 
What is Flashback?


Echo S said:
Did you try Flashback?

--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances
http://www.oreilly.com/catalog/powerpointannoy/


Louis said:
Hi, that's not really the answer to my problem.

I've added the following code:

Private Sub ShockwaveFlash1_GotFocus()
ShockwaveFlash1.Playing = True
End Sub

And when the movie is now ended and I click on the movie again it starts
over. But it isn't very fancy. So I hope someone has better ideas.

regards,
Louis
 
Here is my original contribution to this thread. It must not be showing up
for you for some reason.
You need Shyam's free Flashback add-in. http://www.mvps.org/skp/

Flashback rewinds the SWF file so you don't have the problem you're
experiencing.

--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://www.oreilly.com/catalog/powerpointannoy/


Louis said:
What is Flashback?


Echo S said:
Did you try Flashback?

--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances
http://www.oreilly.com/catalog/powerpointannoy/


Louis said:
Hi, that's not really the answer to my problem.

I've added the following code:

Private Sub ShockwaveFlash1_GotFocus()
ShockwaveFlash1.Playing = True
End Sub

And when the movie is now ended and I click on the movie again it starts
over. But it isn't very fancy. So I hope someone has better ideas.

regards,
Louis



"Michael Koerner" <[email protected]> schreef in bericht
Put a blank slide with zero transitions or timings before the one with
the flash movie, and link back to it instead.

--
Michael Koerner
MS MVP - PowerPoint


Hi,

I've found how to put in a flash movie in powerpoint. What I would
like to have is a menu so I can start over again the flash movie, now
it runs and when I quit the presentation and I go back it continue's
where it stayed. I can't rerun it.

I saw in the properties that you can put Loop on true and menu on
true, but nothings happens?

I hope someone can help me out,

regards,
Louis
 
Back
Top