RE: Powerpoint slides containing Flash loading static, not animating?
- From: Tom <Tom@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Aug 2008 10:37:06 -0700
Sounds like the Playing property may be going to False. You mention code to
rewind but may want code to rewind and set playing to True. We got tired of
similar problems and now use the code below, which I think came from one of
the MVP sites:
Sub OnSlideShowPageChange()
Dim obj As ShockwaveFlash
Set obj =
ActivePresentation.Slides(29).Shapes("ShockwaveFlash1").OLEFormat.Object
obj.Playing = True
obj.Rewind
obj.Play
End Sub
We insert a module for each slide with a Flash movie...just change the third
line to match the slide number in your presentation. It has solved lots of
problems for us.
I assume you are embedding the Flash files.
From one PPT & Flash Glutton for Punishment to another...Best Wishes!
"Destinite" wrote:
I have created a 5-slide PP presentation. Each slide contains a Flash movie..
I would create the whole thing in just Flash, but my client insists on a
Powerpoint presentation.
I insert the Shockwave Flash Objects and they work fine on this computer.
The slides work just like I want. However, when I play them on another
computer, each slide loads static at one frame of each flash file.
Now that I think about it, on the computer I created the presentation in, I
had viewed the presentation just to see if clicking would advance like I
wanted it to. Some slides I clicked through while the Flash movie was still
playing, and I think the last frame I saw was where it stopped, and where it
stays when I view the presentation on another computer. I used VBA code to
automatically rewind each flash movie on entering its respective slide, but
that doesn't seem to be taking effect. Could it have something to do with
VisualBasic not being installed on a computer that would cause it to do this?
Sorry for any confusion - I'm not quite sure how to put this into words. I
am working in PP 2003.
- Follow-Ups:
- References:
- Prev by Date: Re: Power Point presentation format/text changes when projected
- Next by Date: RE: Powerpoint slides containing Flash loading static, not animati
- Previous by thread: Re: Powerpoint slides containing Flash loading static, not animati
- Next by thread: RE: Powerpoint slides containing Flash loading static, not animati
- Index(es):
Relevant Pages
|