Sign in or register
for additional privileges

Border Codes

Mark Marino, Author

You appear to be using an older verion of Internet Explorer. For the best experience please upgrade your IE version or switch to a another web browser.

Sample Poem

CODE:
  1.  // this thread to randomly play audio file
  2.  try {
  3.  audioPlayer = new AudioArrayPlayer("audio", audioStrings, true); // true, in audio cueing mode
  4.  //InputStream in = getClass().getResourceAsStream("/audio/beep.wav");
  5.  audioTimer = new AudioTimer();
  6.  running = true;
  7.  audioTimer.start(); // start audio thread
FUNCTION: Plays one of the poems at random unless interrupted by wayfinding.

This page annotates:
TBMIDlet.java at line 352 - 356
Comment on this page
 

Discussion of "Sample Poem"

Add your voice to this discussion.

Checking your signed in status ...