how to upload video of the opening, move from level and close the game?
Could you explain exactly what you’re trying to do?
how to load a video of the opening in the game?
Oh you want to play a video? You’re going to have to look into JMF, but it is quite old.
EDIT: Here I found this using JMF: http://www.deitel.com/articles/java_tutorials/20060422/PlayingVideowithJMF
It is possible with JMC in JavaFX too.
if you’re willing to use native calls there is a lot of different projects that are better than JMF… Take a look at Xuggler for example