Click to See Complete Forum and Search --> : How do you programatically change the playing song in Winamp?
zahadumy
Oct 30th, 2006, 01:33 PM
I don't even know if it's possible, but I guess it is... If you have any idea how to do this or even point me to the right direction, I would really appreciate this. Thank you.
ComputerJy
Oct 30th, 2006, 02:35 PM
Take a look at the NSDN (http://www.winamp.com/nsdn/)
CornedBee
Oct 30th, 2006, 06:05 PM
It is possible, but from Java, it is extremely tricky, and probably impossible without a JNI extension.
zahadumy
Oct 31st, 2006, 02:45 AM
It is possible, but from Java, it is extremely tricky, and probably impossible without a JNI extension.
Umm... oka... I like Java for many reasons and I need this to be done in Java, but would it have been easier if I would have been using another programming language? I'm just curious... I think I will use another solution if you say it's that complicated. Thank you.
CornedBee
Oct 31st, 2006, 07:48 AM
Yes, it would actually be a lot easier in C or C++ or C#.
You see, Winamp is controlled by Windows messages. (At least, Winamp2. I actually have no idea about later versions.) Java, with its platform-independence, does not have access to something as low-level as messages.
zahadumy
Oct 31st, 2006, 08:01 AM
Java, with its platform-independence, does not have access to something as low-level as messages.
This is one of the reasons I love Java... And now it's the first time when the platform-independence has a disadvantage :)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.