Windows Media Player 11 SDK About the Controls ObjectÂ
Previous | Next |
About the Controls Object
The Controls object governs the transport of digital 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();
See Also
Previous | Next |