0

Can you help me interact with, or get information about the current song being played by Windows Media Player in java?

pb2q
  • 58,613
  • 19
  • 146
  • 147
Ngọc Sang
  • 23
  • 1
  • 2
  • 1
    are 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
  • 1
    possible 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 Answers2

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