954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

video in game (how do I do it?)

Hello,

I'm creating a game in Java and in the game there will be short videos played in between the levels and I need to know what classes to look at if I'm going to load, adjust volume, play and terminate the video. Also the way I have the program running is by extending JFrame and drawing everything on the spot. Will this be an issue when using video? Also will I need the video to be in a particular format.

Mr.UNOwen
Junior Poster
133 posts since Oct 2006
Reputation Points: 10
Solved Threads: 0
 

You'll probably want to use canvas and double buffering techniques if you're making a game. What format will your videos be in?

Phaelax
Practically a Posting Shark
858 posts since Mar 2004
Reputation Points: 92
Solved Threads: 51
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You