View Single Post
 
Old 05-31-2013, 08:55 AM
dedine dedine is offline Windows Vista Office 2007
Novice
 
Join Date: Jan 2013
Posts: 11
dedine is on a distinguished road
Default

Quote:
Originally Posted by JohnWilson View Post
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

I assigned the code to a Command Button to play the SWF. When I tested it, nothing happened.
Here there anything else I should do?

Thanks a lot for you help
Reply With Quote