Shoutbox

[Bug Report] Music Now Playing 1.3.4 - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Bug Report] Music Now Playing 1.3.4 (/showthread.php?tid=82508)

[Bug Report] Music Now Playing 1.3.4 by aaronjones3593 on 03-20-2008 at 09:28 PM

The script was imported but failed to start.

Enabled debugging options.

File main.js crashed with unknown error on line 28.


The developer may want to consider changing

code:
var fso = new ActiveXObject('Scripting.FileSystemObject');


to

code:
var fso = new ActiveXObject("Scripting.FileSystemObject");


(the quotes)
RE: [Bug Report] Music Now Playing 1.3.4 by Frankovich on 03-21-2008 at 10:16 PM

Hello!!! i have the same problem under vista 32-bit...i could not solve this...after reinstall MSN...didnt work at all


RE: [Bug Report] Music Now Playing 1.3.4 by matty on 03-22-2008 at 12:04 AM

The quotes do not matter they are treated the same way regardless of being a single or a double quote. There is no need to change them.