
Embedding JW Player into a Java Swing Application
Hi everybody,
I'm currently working on a java swing project, and I want to use jw player to read some video streams inside the main application.
In order to achieve that, I use an API which allows me to access native system functions, and gives me an interface to load and use jw player. However that interface can only communicate with the player through its native functions. I mean instead of, for example, using a function like setMute (given by javascript documentation), I need to use its native counterpart 'jwSetMute' to the api in order to get the same result.
I was wondering if there was a link on this website on which native functions are documented, so that I can finally use the player inside my application.
I apoligize in advance if this topic has already been discussed/solved, in which case I'll grateful to be pointed in the right direction.
Thanks,
Ariel.