VMR9 filter can not use with Vista Media Center ??

I create a ActiveX control in Web page.
the ActiveX control use VMR9 to show some video,it works well in IE7 .
when using .mcl file( link to the web page) in Media Center,i got some the following error:

1. can't set RenderingMode (windowless) ,the HRESULT = -2137367259
2. can't set VideoClippingWindow , i got the Msg:
"Error HRESULT E_FAIL has been returned from a call to a COM component"

pls help...



Answer this question

VMR9 filter can not use with Vista Media Center ??

  • Sandeep A

    ok, i solve this program .
    because in media center full screen mode.......it work into DirectXExclusive mode.
    in this mode , can't create VMR9/VMR7 ..
    so , i take a loop Set DirectXExclusive to false , then create my control. it works fine...


  • VMR9 filter can not use with Vista Media Center ??