!7 sclass AudioPlayer > DynPrintLog { void play(File f) { print("Playing: " + fileInfo(f)); javaFXPlayAudio(f); } }