View Single Post
 
Old 05-30-2013, 10:29 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

I think you can only do this with code. Assuming the name used is the default try having a button action run this:

Code:
Sub playme()
Dim osld As Slide
Set osld = SlideShowWindows(1).View.Slide
osld.Shapes("ShockwaveFlash1").OLEFormat.Object.Playing = True
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote