|
-
Oct 30th, 2006, 01:33 PM
#1
Thread Starter
Addicted Member
How do you programatically change the playing song in Winamp?
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.
-
Oct 30th, 2006, 02:35 PM
#2
Re: How do you programatically change the playing song in Winamp?
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Oct 30th, 2006, 06:05 PM
#3
Re: How do you programatically change the playing song in Winamp?
It is possible, but from Java, it is extremely tricky, and probably impossible without a JNI extension.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 31st, 2006, 02:45 AM
#4
Thread Starter
Addicted Member
Re: How do you programatically change the playing song in Winamp?
 Originally Posted by CornedBee
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.
-
Oct 31st, 2006, 07:48 AM
#5
Re: How do you programatically change the playing song in Winamp?
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 31st, 2006, 08:01 AM
#6
Thread Starter
Addicted Member
Re: How do you programatically change the playing song in Winamp?
 Originally Posted by CornedBee
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|