| Feature: Pause/Resume and
Play Videos Default Shortcut
Keys: <none>
Description:
Shortcuts for PowerPoint introduces
configurable shortcuts to pause all running videos that are begin played
with Windows Media Player. It also introduces shortcuts to resume the
paused ones as well as play the stopped ones. The Pause Video
command in the Shortcuts for PowerPoint category enables you to
pause all running videos. The Resume Video command in the same
category enables you to resume all paused ones. It will also start all the
stopped videos.
This feature requires the videos to be
playing with Windows Media Player. PowerShow
introduces the Insert Movie menu item that enables you to use
Windows Media Player to play all videos.
For calling from macros:
Sub PPShortcuts_PauseVideo()
Application.Run "PPShortcuts.ppa!PauseVideo"
End Sub
Sub PPShortcuts_ResumeVideo()
Application.Run "PPShortcuts.ppa!ResumeVideo"
End Sub
|