descripción
Online Media Player
Simple and easy to use
Media Player.
Simply enter link then click on stream.
Choose online or offline subtitles.
Chromecast supported.
Also supports Android Tv and Firetv
For Developer use
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(new ComponentName("com.mediaplay.player", "com.mediaplay.player.Player"));
try {
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.putExtra("title", ititle);
intent.putExtra("url", url);
startActivity(intent);
} catch (ActivityNotFoundException e) {
Simple and easy to use
Media Player.
Simply enter link then click on stream.
Choose online or offline subtitles.
Chromecast supported.
Also supports Android Tv and Firetv
For Developer use
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(new ComponentName("com.mediaplay.player", "com.mediaplay.player.Player"));
try {
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.putExtra("title", ititle);
intent.putExtra("url", url);
startActivity(intent);
} catch (ActivityNotFoundException e) {
Versiones anteriores
- 02/11/2021: Online Media Player 1.9
- 05/27/2020: Online Media Player 1.4
- Report a new version
Free Download
Código bidimensional para descargar
- Nombre del software: Online Media Player
- Software Categoría: Multimedia y vídeo
- Código App: com.mediaplay.player
- Versión lastest: 1.9
- requisito: 4.2 o superior
- Tamaño del archivo : 8.71 MB
- tiempo de actualización: 2021-02-11