View Single Post
 
Old 05-01-2012, 06:31 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

Sounds like it's not Slide1 or the name is wrong. The code is correct

Assuming it's in show view try (change name of course)
Code:
Sub FixFlash()
Dim osld As Slide
Set osld = SlideShowWindows(1).View.Slide
osld.Shapes("myFlash").OLEFormat.Object.Playing = True
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote