Hi, I am using a engine called jPCT that uses lwjgl to render in OpenGl, I want to know if I can play videos, something like a fmv (full motion video)
You can play movies through OpenGL and LWJGL, but you will have to write the loading code yourself. See this topic for info on updating the textures:
http://lwjgl.org/forum/viewtopic.php?t=1268
Unless jPCT has the capability already(which I don't know :lol: ). You might check the jPCT docs.