Advertisement
Detroit_Poor

PowerPoint Flash Fix

Apr 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Sub OnSlideShowPageChange()
  2. Dim obj As ShockwaveFlash
  3. i = ActivePresentation.SlideShowWindow.View.Slide.SlideIndex
  4. Set obj = ActivePresentation.Slides(i).Shapes("ShockwaveFlash1").OLEFormat.Object
  5. obj.Playing = True
  6. obj.Rewind
  7. obj.Play
  8. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement