Windows Media Player SDK banner art
PreviousNext

About the Controls Object

This object governs the transport of the media content through the control, by using methods such as Play and Stop. It is accessed only through the Controls property of the Player object. The Controls property returns the Controls object. You can only access the properties of the Controls object after you have created it. For example, to use the Play method, you must use the following code:

     player.controls.play()
PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.