how to play mp3/wma in my program?
I think the another way to play mp3/wma is using Media Player control. But I can't find the way to make this work. Could anyone guide me to the right way?
Thanks...
I think the another way to play mp3/wma is using Media Player control. But I can't find the way to make this work. Could anyone guide me to the right way?
Thanks...
I opened the smartphone magneto and i am trying to drag & drop wmp.ocx but it is always disabled.
I am also trying to use provided API for wmp.dll,
WindowsMediaPlayerClass Player=new WindowsMediaPlayerClass();
Player.URL="C:/MyDocuments/Media.wmv";
Player.Play();
When i execute the above code, It is not giving any error but i could not see my media file Playing.
experts , please help me out of this situation.
Thank You.
I got "windows media mobile code sample", it has compiler error in VC2005 and the sample code can compiler in eMedded VC++ 4 and work well on my packet PC.
Can you help me with this? If you could please show me how to play a mp3/wma file in Media Player 10 OCX on Windows Mobile 5.0 - I would really appreciate it!
shian,
How did you do it? I'm a fairly new programmer. I can play files in a windows application using axWindowsMediaPlayer1, but when I try to do it on my Windows Mobile 5 platform, the axWindowsMediaPlayer tool disappears.
bill
Shian, Could you please explain how you did it. I would appreciate your help.
Where do you get Media Player 10 OCX? How do you install and use it?
When I create a "Smart Device" MFC Dialog based application in VS2005, right click on the form and insert WMP ActiveX control, it gives "Debug Assertion Failed! at occcont.cpp line 916" at runtime in the Windows Mobile 5.0 Pocket PC emulator. Any activeX control added in this way gives the same debug assertion. Looks like I am using the wrong activeX control. Do I need to install seperate Windows media player activeX control for WMP 10 Mobile? If so, how do I do it and use it in my application?
Anybody else who has tried using WMP activeX in Windows Mobile PPC application, please provide inputs.
Thanks in advance.