How to call window media player from qt window mobile application?
-
wrote on 20 Jul 2010, 13:51 last edited by
Hi All,
I am trying to play video in window mobile. The idea is I will pass the url to the window media player and it should play the video.
P.S I tried Phonon QMediaplayer to do so, but it didn't work in window mobile.
Please help me :D
Thanks in advance.
Lwin Htoo Ko -
wrote on 20 Jul 2010, 13:59 last edited by
If it is acceptable for you to open external application (not software component) than you can use QProcess.
If you want to use WMP as software component than you should look for phonon plugins working with WMP.
1/2