A Java question
I don't know is here the right place for me to ask applet question, but, below is my question.
I want to design a very simple web page using applet, but here I have one problem. I don't know how to let user to play movie or mp3 at my applet.
In html, I can do so easily by using <embed> tab. When user come to my web page, they can play around with the media player tool. So, I just want to know is that possible for me to realise the same result in java applet? If yes, how? If no, what are the alterative ways?
|