What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Alert sound while set to busy, how?

Alert sound while set to busy, how?
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: Alert sound while set to busy, how?
I suppose a script could play the sound file if you're set to busy...

Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) // message received event
{
    if (Origin !== Messenger.MyName && Messenger.MyStatus === 4) // if you're busy and not the sender
    {
        MsgPlus.PlaySound("\\C:\\Program Files\\Windows Live\\Messenger\\type.wma"); // play the sound
    }
}

03-13-2010 11:33 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Alert sound while set to busy, how? - by il_pimp on 03-12-2010 at 03:37 PM
RE: Alert sound while set to busy, how? - by djdannyp on 03-12-2010 at 07:31 PM
RE: Alert sound while set to busy, how? - by il_pimp on 03-13-2010 at 01:37 AM
RE: Alert sound while set to busy, how? - by Chris4 on 03-13-2010 at 01:55 AM
RE: Alert sound while set to busy, how? - by whiz on 03-13-2010 at 11:33 AM
RE: Alert sound while set to busy, how? - by Sunshine on 03-13-2010 at 11:48 AM
RE: Alert sound while set to busy, how? - by il_pimp on 03-13-2010 at 02:03 PM
RE: Alert sound while set to busy, how? - by il_pimp on 04-07-2010 at 10:11 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On