R
roidy
I`ve added a AxwindowsMediaPlayer to my form with the uiMode set to none to
hide the controls. I give it a file to play using:-
AxWindowsMediaPlayer1.URL = "filename.mp4"
But how do I start playback? You`d think it would be something simple like:-
AxWindowsMediaPlayer1.Start()
or
AXWindowsMediaPlayer1.Play()
But I carn`t find how to start playback anywhere.
Thanks
Rob
hide the controls. I give it a file to play using:-
AxWindowsMediaPlayer1.URL = "filename.mp4"
But how do I start playback? You`d think it would be something simple like:-
AxWindowsMediaPlayer1.Start()
or
AXWindowsMediaPlayer1.Play()
But I carn`t find how to start playback anywhere.
Thanks
Rob