Sunday, August 14, 2011

Windows Media Player

Play - this function plays the appropriate media, and also plays a paused media file.

IWMPControls.play


Stop - This funtion stops the media file being played.

IWMPControls.stop


Pause - the pause function stops and hold the media file in the frame when the button was pressed.

IWMPControls.pause


FastForward - fast forward speeds up the media file to a point where you'd like to watch

IWMPControls.fastForward


Reverse - reverse is the opposite to fastforward, this function plays the media file backwards to which ever point you'd like.

IWMPControls.fastReverse

No comments:

Post a Comment