I forgot to mention that I tried getting the latest CVS version. Well hopefully Winamp will have a new version out soon that I can download, and it'll fix the problem.
Thanks for your help anyway.
A little addendum, though, is that you shouldn't try to analyse my script. Just a simple script with a single 'MsgBox "Hi!"' statement doesn't work if in Application_ChangedTrack.
That is to say, if I have a script called blah.vbs [Edit: I mean playlist_blah.vbs] that contains exactly one line:
MsgBox "Hi!"
I can run that from the right-click menu perfectly. If I change it to:
Sub Application_ChangedTrack
MsgBox "Hi!"
End Sub
and name it startup_blah.vbs, it no longer works.
Last edited by alexrussell; 11th May 2006 at 17:12.
|