can someone help me to insert a video in a JFrame?

i've downloaded JMF but i don't know how it works and how is it related in inserting a video on a jframe made using netbeans. please teach me.. thanks i need it badly..
[177 byte] By [saulkyuta] at [2007-11-26 22:48:09]
# 1

Take a look at

http://forum.java.sun.com/thread.jspa?messageID=9573675

If you're learning then using an IDE to create most of your code is NOT recommended as you don't really learn the programming language

The IDEs (NetBeans / Eclipse / JBuilder etc) are productivity tools, but you stil need to knowwhat/how your code should go teogether

Stefan_Marica at 2007-7-10 12:07:38 > top of Java-index,Security,Cryptography...
# 2
thanks. however, i need someone who could teach me how to insert a video in my jframe... please help me. i need it in my project..
saulkyuta at 2007-7-10 12:07:38 > top of Java-index,Security,Cryptography...
# 3
> ..i need someone who could teach me how to insert a video > in my jframe... The thread to which Stefan linked, provided two working, self contained (that is - entire code) examples of doing exactly that.
AndrewThompson64a at 2007-7-10 12:07:38 > top of Java-index,Security,Cryptography...
# 4

and if you want to learn JMF, then you must read through the documentation

If you take a look at this

http://forum.java.sun.com/thread.jspa?threadID=5151618&tstart=0

I provided links to most of the JMF docs

When you have specific problems - post them (with as clear a piece of code as possible) and I'm sure that you'll get any help that you need

I am not aware of a specific JMF tutorial (certainly nothing recent)

Read the JMF User Guide - it explains the fundamentals of JMF

Stefan_Marica at 2007-7-10 12:07:38 > top of Java-index,Security,Cryptography...
# 5
actually, just convert SimplePlayerApplet example from JMF Solutions to Swing, that's all.
andreyvka at 2007-7-10 12:07:39 > top of Java-index,Security,Cryptography...