Is there a way to tell android to open my mp4 (either in assets or on external sd) with it's native video player?
Just like if I tap this (mp4) file in any android file manager.
reasons:
1 - I don't want to write my own player (especially when I have one built in)
2 - I assume playback experience may be better when playing large file NOT through the AIR.
So, can I make something like "NativeApplication.execute(pathToMp4)"?