Hi,
I'm trying to create a fullscreen GUI using the out-of-proc automation and have a couple of questions...
Firstly, in the Windows Media Player SDK it is possible to write an event handler triggered by the "onChange" event, allowing you to easily determine when the player state changes, e.g. the media item changes, player is paused by user etc.
I was searching (not too hard, I must admit!) for something similar in the MC SDK, but couldn't find anything. Have I missed it, or does such a thing really not exist? If not, what would be the best way to "listen" for MC events, such as a change of track in a playlist.
Secondly, I'm using SVG combined with a Javascript based HTML Application (IE) and would like to understand how to check for an existing MC process. I have tried something similar to the VB sample in the documentation, but can't get it to work properly.
Finally, how can I quit an MC process which I start using
var oPlayer = new ActiveXObject("MediaJukebox Application");
when I close my HTML application?
Thanks for any help you can give.
Paul