Please consider a capability to play video within a Corona app using part of the screen real estate – analogous to display.newImage(), display.newImageRect() and display.loadRemoteImage().
Key parameters / concerns
– is the video scaled, or windowed, to the defined rectangle?
– are controls shown in the rectangle, in a separate rectangle, or not at all (in which case events can be sent from elsewhere)
– other params as used in HTML5 Video tag, and Object tag for video
Anything other than popping out into the separate video player!
While we wait, has anyone tried this with a web popup and actual HTML5? I’ve done this with cocos2d but the videos audio would knock out the games audio. Other than that it worked fine, so maybe there would be a way in Corona.