//instantiate the audio player
AudioPlayer ap = new AudioPlayer();
//Test out the examples
ap.play("mp3", "Sub Focus - Turn Back Time");
ap.play("flac", "Paul Van Dyk - For An Angel");
ap.play("ogg", "Ellie Goulding - Starry Eyed");
ap.play("wav", "Robin Thicke - Blurred Lines");
ap.play("wma", "Storm Queen - Look Right Through");