Reply |
DisclaimerNote that the views on this page are not intended to offend. If they do, you might be taking the content too seriously.
Twitter Updates
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() 2D OpenGL Based Game Library ![]() 2D Game Physics Engine in Java Game Developers How about a list of the developers doing interesting things in java gaming. Game Dev Resources Looking for Game Development Resources? Check out the List! |
im trying to play it like
im trying to play it like this
try {
FileInputStream fis = new FileInputStream("data/bling.ogg");
OggClip clip = new OggClip(fis);
clip.play();
} catch (IOException e) {
e.printStackTrace();
}
runs without exceptions, but i cant hear anything.