View Single Post
 
Old 11-03-2013, 01:21 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

I'm not able to test this right now but you should be able to do this.

Code:
Sub OnSlideShowPageChange(SW As SlideShowWindow) 
Dim osld As Slide
 If SW.View.CurrentShowPosition = 2 Then ' this is slide 2 
Set osld = SW.View.Slide
osld.Shapes("ShockwaveFlash1").OLEFormat.Object.Rewind
osld.Shapes("ShockwaveFlash1").OLEFormat.Object.Playing = True 
End If 
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote