Click here to Skip to main content
15,886,008 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to implement full screen axWindowsMediaPlayer with custom controls which comes out on mouse move event and disappear automatically after a few seconds...

i want video render, volume, play/pause, close media player controls

anybody have any idea? how to implement this?
Posted

1 solution

For Full screen - AxWindowsMediaPlayer.fullScreen property[^] to true.
Quote:
The fullScreen property gets or sets a value indicating whether video content is played in full-screen mode.

For Custom Controls set - AxWindowsMediaPlayer.uiMode property[^] to custom.
Quote:
The uiMode property gets or sets a value indicating which controls are shown in the user interface.
 
Share this answer
 
Comments
Hitesh Rohilla 19-Jun-13 14:58pm    
Hello Tadit Dash and thanks for reply but what you share is common to the knowledge of all... i want to implement my custom controls... just setting properties to custom doesn't make my custom controls... i want help on how to implement custom controls

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900