|
kranu2 Newbie
Joined: 16 Jan 2007 Posts: 3
|
Posted: Thu Mar 15, 2007 2:59 am
Winamp plugins |
is there anyway to make zmud load and play music from a folder and
post the artist and song title in the game?
like through winamp or media player |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Mar 15, 2007 3:04 am |
Indeed there is, using COM. Take a look at this thread - you'll notice how it fills out variables with the song name, artist, time left and so on. You just need to write an alias to say it wherever you like.
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Mar 15, 2007 3:54 am |
Found another, more recently-updated component that does the same thing as well if you want a look. It's here
|
|
|
|
kranu2 Newbie
Joined: 16 Jan 2007 Posts: 3
|
Posted: Thu Mar 15, 2007 3:59 am |
cant get them to download...still fighting other lol..trying to get it to work
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Mar 15, 2007 4:07 am |
I had no trouble downloading either of them. Here's a direct link to to download for the one used in that thread.
|
|
|
|
kranu2 Newbie
Joined: 16 Jan 2007 Posts: 3
|
Posted: Thu Mar 15, 2007 4:21 am |
ok i get this error
#var Winamp %comcreate("WinampCOM.Application") and i downloaded the activewinamp installed and run winamp and i still get the error
im using win2kpro zmud 7.21
cant get it to work |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Mar 15, 2007 4:24 am |
You won't be able to use the script in that post with ActiveWinamp. ActiveWinamp will probably have named the COM object something else, and more than likely have different names for all the properties too. Try ActiveWinamp.Application instead - their documentation probably has lists of the properties and methods you can use too.
|
|
|
|
|
|