vivek
01-18-2008, 12:59 AM
Hello,
I want to know how to prioritize a player application I am running, so
that
when a call comes I should be able to put it to background. Just as we
can do
with windows media player. we are able to minimize the windows media
player.
But my player appliction does not go to the background while it is
playing.
It always stays on top. even when a call comes in it does not pause.
could
anyone please help me out with this one.?
Werner \Menneisyys\ Ruotsalainen [MVP - Windows - Mobile Devices]
01-18-2008, 04:38 AM
What is your player? Most commercial players out there do stop in case of an
incoming call on phone-enabled WM devices.
--
--
Werner "Menneisyys" Ruotsalainen - Microsoft MVP - Windows - Mobile Devices
Please see the Pocket PC Mag Expert Blog (including mine) at
http://www.pocketpcmag.com/blogs/ - you will definitely like it.
"vivek" <bardia.vivek@gmail.com> wrote in message
news:ea1d03b4-e199-4e93-a8b2-941d33e50509@d4g2000prg.googlegroups.com...
> Hello,
> I want to know how to prioritize a player application I am running, so
> that
> when a call comes I should be able to put it to background. Just as we
> can do
> with windows media player. we are able to minimize the windows media
> player.
> But my player appliction does not go to the background while it is
> playing.
> It always stays on top. even when a call comes in it does not pause.
> could
> anyone please help me out with this one.?
>
vivek
01-21-2008, 03:56 AM
On Jan 18, 2:38*pm, "Werner \"Menneisyys\" Ruotsalainen [MVP - Windows
- Mobile Devices]" <!ei.maileja@kiitos!> wrote:
> What is your player? Most commercial players out there do stop in case of an
> incoming call on phone-enabled WM devices.
>
> --
>
> --
> Werner "Menneisyys" Ruotsalainen - Microsoft MVP - Windows - Mobile Devices
> Please see the Pocket PC Mag Expert Blog (including mine) athttp://www.pocketpcmag.com/blogs/- you will definitely like it.
>
> "vivek" <bardia.vi...@gmail.com> wrote in message
>
> news:ea1d03b4-e199-4e93-a8b2-941d33e50509@d4g2000prg.googlegroups.com...
>
>
>
> > Hello,
> > I want to know how to prioritize a player application I am running, so
> > that
> > when a call comes I should be able to put it to background. Just as we
> > can do
> > with windows media player. we are able to minimize the windows media
> > player.
> > But my player appliction does not go to the background while it is
> > playing.
> > It always stays on top. even when a call comes in it does not pause.
> > could
> > anyone please help me out with this one.?- Hide quoted text -
>
> - Show quoted text -
it is NexPlayer for phones... it always stays on top whatever be the
case.. even when a call comes in. When a call is in conversation it
does not stop playing.... it is something related to how the OS
gives priority to the player application or something to be explicitly
handled by the player.... My aim is to stop playing when a call is
coming in and resume playing after the call... but no success..