Hi Is it possible to catch the event when the play button is pressed on the RadMediaPlayer ?
2 Answers, 1 is accepted
0
Tina Stancheva
Telerik team
answered on 19 Dec 2011, 12:20 PM
Hello C,
The RadMediaPlayer MediaOpened event occurs as soon as the media stream that has to be played is validated and opened, and the file headers have been read. This is why you can handle this event and then you can attach a handler to the RadMediaPlayer.MediaElement.CurrentStateChanged event. In this handler you can track the MediaElement.CurrentState changes.
Hi ,
Thanks For Your Reply.
Thats not really what i was looking for but it may work.
I have gone another route though so will not be trying to implement it.
Thanks All the Same