Sound plaing araund when some action generated (1 Viewer)

Michael.K

Portal Member
February 14, 2012
25
0
Home Country
Ukraine Ukraine
Hello. I need plaing some sound when a action generated. Let the sounds by pressing buttons all understandable, but what if you want to play sound around a certain time? such as in skype when there is an incoming \outgoing call. MP1 have There are some decision for this?
 

hafblade

Portal Pro
January 19, 2011
675
290
Trier, Germany
Home Country
Germany Germany
What do you mean with actions? Do you mean Windows actions like closing / opening windows or what do you think of?
Some time in the past I used Eventghost to play specific sounds and do some other crazy things when specific programs are opened etc.
Perhaps this could help.
But be aware. This is a really feature rich software. :)
 

Michael.K

Portal Member
February 14, 2012
25
0
Home Country
Ukraine Ukraine
The some action it's my event handler. When it generated i must play some sound several time. in MP1 i can add specific sound to some key press event(in confic mgr). Can i play short sound files araund? MP1 have some functional for this?
 

Michael.K

Portal Member
February 14, 2012
25
0
Home Country
Ukraine Ukraine
I'm probably not the right question. In my question Units.PlaySound(...) help me.
Question closed.
 

Michael.K

Portal Member
February 14, 2012
25
0
Home Country
Ukraine Ukraine
I have a new problem. I plaing sound araund
Code:
  Utils.PlaySound("incoming_call.wav", false, false, true, true, true);
But if i select some button the music off. I think it's because the sound plaing in some thread and if i run some else sound then first sound off.
Can you help me with this?
 

Users who are viewing this thread


Write your reply...
Top Bottom