I am making a java applet player. It includes Java.Media package, and I am not getting it. Searched on the google to download it but all in vain.
a piece of code is here
import javax.media.*;
AxisPlayer mPlayer;
mPlayer = new AxisPlayer(videoWidth, videoHeight, mFps,mUrl.openStream());
This is what I want to do but I don't have Javax.media package.
so my question is :
Q : From where to download the Java.media package and how to install it from Jcreator/NetBeans
Remember, I am using JDK 1.6.0.
Thanks in anticipation for helping me.
You are looking for java.media.*