Using Corona Game Edition I’m trying to play a video with the player’s UI controls hidden on the iPad. The controls still show when playing the video back and it seems the flag is ignored as I’ve tried setting it to both true and false and get the same result. Here is the code snippet with the argument showControls set to false:
display.setStatusBar(display.HiddenStatusBar)
local onComplete = function(event)
print( “video session ended” )
end
media.playVideo(“sample_mpeg4.mp4”, false, onComplete)
[import]uid: 8692 topic_id: 2217 reply_id: 302217[/import]