Windows Media Player version 11 is installed at my girlfriend's PC. Other people who use my playerscript without any problems have the same version. I dived into the mirc and player options she uses and everything looks fine. Strange thing is also that the file to be played is recognised:

Code:
  if $isfile(%playfile) {
    ...
    ...
    splay %playfile
    ...


And despite that the errormessage "* /splay : unable to play file" is given. Anybody with ideas???????

And: I copied the file she tried to play to my PC, loaded it into my player and .... it plays!

And: when she takes another playerscript and tries to play the same file .... it plays! And that script uses .... splay <filename> exactly as my script does.

I'M STUNNED

Last edited by noMen; 06/09/07 04:08 PM.