Go Back   Winamp Forums > Developer Center > Winamp Development

Reply
Thread Tools Search this Thread Display Modes
Old 6th November 2003, 13:58   #1
Yashx
Junior Member
 
Join Date: Nov 2003
Posts: 1
Creating Plugins

I would like to create a plugin that can control winamp using java. I don't know much about plugins or how there written, could anybody give me some info about this, or another plausable method of how to control winamp throgh java.

Cheers
Yashx is offline   Reply With Quote
Old 8th November 2003, 19:36   #2
saivert
Banned
 
saivert's Avatar
 
Join Date: Jan 2001
Location: Norway
Posts: 927
Java can't be used directly. Need to write a Java class for it.
This is a library written in C/C++ that calls into JAVA runtime.
Java code can then use this class, like:
winamp = new CWinampClass;
winamp.Play();
winamp.Stop();
.
.
.
etc...
I know someone has written one. My memory is lost, so doesn't know
where to seek.
saivert is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > Winamp Development

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump