Preventing WiMP from being launched

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



My app hosts a web browser control, and if the user clicks on a link
which launches a video (say a streaming ASX or MMS link), I get
Windows Media Player launched as an external app. I'd like to be able
to handle this myself -- so I want my program to both prevent the
launching of media player, and also grab the URL that was fed to media
player and do something with it.

It's not enough to just look at the clicked url and check for a WMV or
ASX extension. A lot of pages simply return a MIME type of video/x-ms-
asf, which then launches the media player. I need to handle these
events too.

Does anyone know how to do this? I already implement IServiceProvider,
so I can implement another interface if needed when
IServiceProvider::QueryService() is called.

Thank you!
.



Relevant Pages

  • Re: Preventing WiMP from being launched
    ... which launches a video (say a streaming ASX or MMS link), ... Windows Media Player launched as an external app. ... which then launches the media player. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Preventing WiMP from being launched
    ... which launches a video (say a streaming ASX or MMS link), ... Windows Media Player launched as an external app. ... A lot of pages simply return a MIME type of video/x-ms- ... which then launches the media player. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Preventing WiMP from being launched
    ... which launches a video (say a streaming ASX or MMS link), ... Windows Media Player launched as an external app. ... A lot of pages simply return a MIME type of video/x-ms- ... which then launches the media player. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Stopping Win Media Playing from Launching
    ... This would be OK except that Media Player can't seem to ... Why can't Windows just write software that does what I want it to do and not ... I have a player that I purchased that launches and plays the tunes in proper ... How do I disable the auto launch feature of Media Play? ...
    (microsoft.public.windowsmedia.player)