views:

564

answers:

1

Hi Team,

I just came across this requirement, could find this URL is of close match but the source downloaded is corrupted. http://blogs.msdn.com/adam%5Fnathan/archive/2005/10/24/using-com-interop-to-create-a-wpf-visualization-for-windows-media-player.aspx

Also how to add this visualization into Windows Media Player for playing audio files (like copying to proper folder for WMP 11 and change registry entries)

Any body else have the source code or other best way of doing this?

Thank you, Sahridhayan

+2  A: 

I too found the link you posted and could not download the code. I am trying to do the same thing and have posted a similar question here:

http://stackoverflow.com/questions/2060978/c-com-interop-with-windows-media-player-visualisation

I have provided code to demonstrate my progress. If I get no help I will just use C++ and interop to C# to perform my drawing (I'm not a C++ programmer and I want to use XNA for my effects).

Nanook
The above link has now been resolved. It will get you as far as the plugin being functional. You will still need to perform the drawing.
Nanook