media.PlayVideo() flag bug

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]

I entered this as bug #1253 (internal).

Thanks,
-Tom [import]uid: 7559 topic_id: 2217 reply_id: 6746[/import]

Great, thanks Tom. [import]uid: 8692 topic_id: 2217 reply_id: 6751[/import]

any updates on this? [import]uid: 10166 topic_id: 2217 reply_id: 8589[/import]

No update yet. It’s on the list to be fixed.

-Tom [import]uid: 7559 topic_id: 2217 reply_id: 8636[/import]

Hey Tom,

has this been fixed already (for Android)?

I could need this functionality for a project on Android where my client wants to play back videos on certain touch actions…but of course the user shouldn’t be able to see the video controls while the sequence is played back.

[import]uid: 11219 topic_id: 2217 reply_id: 27035[/import]