What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Play all regular sounds for specific Contacts while Busy

Pages: (2): « First « 1 [ 2 ] Last »
Play all regular sounds for specific Contacts while Busy
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Play all regular sounds for specific Contacts while Busy
code:
MsgPlus.PlaySound("C:\temp\wlm\sounds\messenger\03_newalert.wav")

has to be
code:
MsgPlus.PlaySound("\C:\temp\wlm\sounds\messenger\03_newalert.wav")

as it's an absoloute path, not relative. (Just for future reference ;))

Even though it's not what you need, I think it might be the closest you can get *-)
<Eljay> "Problems encountered: shit blew up" :zippy:
08-11-2006 12:37 PM
Profile PM Find Quote Report
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
O.P. RE: Play all regular sounds for specific Contacts while Busy
still doesn't seem to be working ^o)
08-11-2006 01:38 PM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: Play all regular sounds for specific Contacts while Busy
quote:
Originally posted by SpunkyLoveMuff

code:
MsgPlus.PlaySound("\C:\temp\wlm\sounds\messenger\03_newalert.wav")

It really needs to be
code:
MsgPlus.PlaySound("\\C:\\temp\\wlm\\sounds\\messenger\\03_newalert.wav")
This is because that's how JScript has to have it :P

This post was edited on 08-12-2006 at 05:29 AM by markee.
[Image: markee.png]
08-12-2006 05:27 AM
Profile PM Find Quote Report
artfuldodga
Full Member
***

Avatar

Posts: 178
Joined: Mar 2006
O.P. RE: Play all regular sounds for specific Contacts while Busy
well that works like you said :)
08-12-2006 06:26 AM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Play all regular sounds for specific Contacts while Busy
I looked in the documentation to check for this and it used single slashes. I suppose it is an escape character so needs to be used to cancel itself out though :p
<Eljay> "Problems encountered: shit blew up" :zippy:
08-12-2006 12:00 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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