!7 lib 1009238 lib 1009239 lib 1009240 // EasyOgg import org.newdawn.easyogg.*; p { File ogg1 = loadLibrary("#1001264"); // Cereproc's Leopold speaking File ogg2 = new File(getProgramDir(), "bla.ogg"); copyFile(ogg1, ogg2); OggClip ogg = new OggClip(newFileInputStream(ogg2)); ogg.play(); while (licensed() && !ogg.stopped()) sleep(1); ogg.close(); }