What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: PSM changing when a media stops
Okay, I managed to solve the problem with the help of your script :) My onEvent_MyMediaChange function looks like this: [code] function OnEvent_MyMediaChange(NewMedia){ var tmp = NewMedia; try{ tmp=tmp.split("\\0"); tmp[3]=tmp[3].replace(pr...
BhaclashScripting10-31-2009 at 12:53 AM
RE: PSM changing when a media stops
Oh, I forgot to mention I'm using WLM 8.5, not the latest one (and I'm not planning to change yet). And about the code, yes, mPSM uses function setNowPlaying, which is written by -dt- if I'm not mistaken. All I need is to recognize somehow when th...
BhaclashScripting10-27-2009 at 07:45 PM
PSM changing when a media stops
Hello! I'm tweaking mPSM to write the media info to PSM not to 'what I'm listening to'. It works fine now, but there's a small problem: when I stop the music, onEvent_MyMediaChange isn't called (at least it isn't shown in the debug tool), so I...
BhaclashScripting10-26-2009 at 07:53 PM
[Hide Excerpts]