function andorid_playVideo(player) { $("#screenHeight").text("played"); if($("#" + player)) $("#" + player).jPlayer("play"); } function andorid_setDeviceCode(deviceCode) { AppStore.set("deviceCode", deviceCode); }