Archived from groups: microsoft.public.pocketpc.multimedia (
More info?)
Hmm, I don't know what it is that you're asking about "interfacing
your app", since I don't know what your app does ;-)
Did the SDK documentation not help any ?
Cheers - Neil
On Fri, 17 Dec 2004 03:15:23 GMT, "Sam" <Sam@nospam.com> wrote:
>Thanks Neil for your response. I really appreciate your help.
>
>My application is written in MFC/C++ I used PPC Media Player SDK which has
>COM component to interface my application to the windows media player.
>with version 10, how can I interface my MFC/C++ application ?
>
>Thanks
>
>
>"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
>news:j7t2s0d82p159ra7lsmvubcbm86cfnd7tm@4ax.com...
>> The object model changed between WM( for PPC and WM10. The WM9 object
>> model for PPC actually used that for the 6.4 player (with
>> modifications).
>>
>> The object model for WM10 on WM2003SE actually conforms to the WM10
>> desktop model with limited changes as appropriate for the device. SO
>> you now need to detect the object model in use for the device when
>> scripting. This page is what you're looking for :
>>
>>
http://www.msdn.microsoft.com/library/default.asp?url=/...
>>
>> Note that "All methods, properties, and events are fully supported in
>> Windows Media Player 10 Mobile unless explicitly stated otherwise"
>>
>> So you'll have to troll the docs a bit to determine if a method or
>> property is supported. AFAIK though, the skins model ~appears~ to have
>> remained the same, that's using flat files rather than XML as for the
>> desktop player.
>>
>> HTH
>> Cheers - Neil
>>
>> On Thu, 16 Dec 2004 04:13:35 GMT, "Sam" <Sam@nospam.com> wrote:
>>
>>>Greeting everyone,
>>>
>>>I had an application that I developed using the WMPSDK for Pocket PC.
>>>This
>>>app is working on Pocket PCs with Windows Media Player v8.x and 9.x and
>>>windows Mobile 2000, 2002 and 2003.
>>>
>>>My question: Does WMPSDK for Pocket PC works with Windows Mobile 2003 SE
>>>with Windows Media Player 10? If not, does MS has an SDK for Windows Media
>>>Player 10. I'm aware of the Desktop WMP SDK version 10 on MS website but
>>>it
>>>seems that it does not support Windows CE or Pocket PC.
>>>
>>>Any help or suggestions?
>>>
>>>Thanks
>>>
>>
>