nKTVplayer для Samsung Internet@TV (старые версии/разработка)
сорри, хз что я на сервак зали, вроде 15я.... была
сорри, хз что я на сервак зали, вроде 15я.... была
//exit event case this.PROGRAM_EXIT: AlertBox.show("Exit?", function (responseIndex) { if (responseIndex == 0) { Env.exit(); } }, ["Yes", "No"]); break;
exit: function () { Player.stop(); // Stop the player before exiting // Mod against blinking after exit the widget(need to test at the real device) Player.deinit(); Player.destroy();
Player.destroy = function(){ if (this.mwPlugin && (this.originalSource != null)) { /* Restore original TV source before closing the widget */ this.mwPlugin.SetSource(this.originalSource); }
function debugInMetadata(txt) { try { if( Config.GetHack("enable_metadata_debug")==true ) { var metaDivId = ScreenManager.getScreenById(ePage.MAIN_MENU).navigation.metadata; metaDivId.debug(txt); } } catch( Error ){} }
Комментарий