',PHP_EOL; echo '',PHP_EOL; echo '',PHP_EOL; } static public function onClose() { // if we've started playing, do not auto play again if (MediaServe::getData('player_play') == TRUE) { MediaServe::storeData('player_play', FALSE); } } static public function openFile($file) { MediaServe::storeData('player_file', $file); MediaServe::storeData('player_play', TRUE); } } ?>