Set display object or button above the video

native.newVideo() andmedia.playVideo() these two method i tried.in both method vedio display over all the display object.i need object to be fix above the video play.is there any alternative solution for this problem.

This is not possible with Corona SDK.  Most of Corona SDK’s objects are part of the OpenGL canvas which sits behind any Native object (native.*).  The media. video player is also a native object…

Rob

This is not possible with Corona SDK.  Most of Corona SDK’s objects are part of the OpenGL canvas which sits behind any Native object (native.*).  The media. video player is also a native object…

Rob