Can you help me interact with, or get information about the current song being played by Windows Media Player in java?
Asked
Active
Viewed 3,420 times
0
-
1are you talking about the standalone program or an embedded instance of WMP inside a wrapper application? in the second case, you may develop a sort of interface to communicate with java (see http://msdn.microsoft.com/en-us/library/dd562692(v=vs.85).aspx) – furins Apr 04 '13 at 14:58
-
1possible duplicate of [Interact with Windows Media Player](http://stackoverflow.com/questions/15504062/interact-with-windows-media-player) – Peter O. Apr 04 '13 at 15:18
2 Answers
3
I think the following link be useful:
http://www.coderanch.com/t/384480/java/java/Window-Media-Player

Majid Abarghooei
- 663
- 7
- 21
1
Its not possible using java my mate.
Java can not able to interact with Windows media player.
You have to use natives
.

Shreyos Adikari
- 12,348
- 19
- 73
- 82