>Which interface should I usefor that?
>IMediaObject, IWMPMediaPluginRegistrar, IWMPPlugin and IWMPPluginEnable are
>not supporting this functionality.
>
>
>"Neil Smith [MVP Digital Media]" wrote:
>
>> On Sat, 25 Oct 2008 12:44:00 -0700, mandelberg
>> <mandelberg[ at ]discussions.microsoft.com> wrote:
>>
>> >I'm developing a DSP plugin that need to be loaded into embedded WMP11.
>> >I'm using WMP SDK11 (not Media Foundation).
>> >Is there a way to get the playing file URL within the plugin code?
>>
>>
>> If you can get a reference to the Player object (which you should, as
>> it's hosting your plugin) then player.currentMedia is a Media object
>> which contains those details, including currentMedia.URL
>>
>> HTH
>> Cheers - Neil
>> ------------------------------------------------
>> Digital Media MVP : 2004-2008
>>
http://mvp.support.microsoft.com/mvpfaqs>>
------------------------------------------------