Hi Neil,
thanks very much for the details. However i am trying to
developing a c# class which will allow me to use the media player
functionality . Following issues still exist :
1. where do i get the media player 10 OCX , has it been released by
microsoft ?
2. how do i use the activex control or SDK in my c# class (is there any
alternative to using VC++ )
Thanks,
Jay
> 1) Look here http://www.pocketpcdn.com/libraries/wmp.html and then
> pick the link "Download WMPlayerCESDK.exe (409 Kb)"
[quoted text clipped - 22 lines]
> > Jay
> > email : jagbhadra2003@yahoo.com
Neil Smith [MVP Digital Media] - 20 Oct 2004 12:40 GMT
1) You only get access to the OCX when you have a pocket PC which
supports WMP10. It's part of the ROM. The only models currently
supporting WMP10 are Dell Axim X50, Dell Axim X30 and possibly one HP
model (I forget which)
2) I have no access to a device running WMP10 and I'm a PHP
programmer, so I couldn't tell you that, sorry. You need access to
whatever is used for programming WM2003SE applications.
Take a look at the text on this page :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sd
k/hostingthewindowsmediaplayercontrolinwindowsapplic.asp
"Hosting the Windows Media Player 10 Mobile control in Windows CE
Microsoft eMbedded Visual C++ 4.0 and the Pocket PC 2003 SDK or the
Smartphone 2003 SDK must be installed when developing Windows CE-based
applications that host a Windows Media Player 10 Mobile control. Also,
unlike ATL for Windows, ATL for Windows CE does not support the
apartment threading model. Therefore, you must find all instances of
apartment threading in your ATL project and change them to use free
threading"
Probably the WMP10 SDK has some other information you'd need :
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp
Cheers - Neil
> Hi Neil,
> thanks very much for the details. However i am trying to
[quoted text clipped - 36 lines]
>> > Jay
>> > email : jagbhadra2003@yahoo.com