media.playVideo() Question

I was wondering if it is possible NOT to show the video controls when the video starts playing and to only show them when the video is tapped. I’ve seen several games that do not start the video with controls showing. Since I’m using these for in-game cinematic the controls are merely for allowing them to skip the scene.

-Thanks [import]uid: 63800 topic_id: 23147 reply_id: 323147[/import]

media.playVideo( path [, baseSource], showControls, listener )  

https://developer.anscamobile.com/reference/index/mediaplayvideo [import]uid: 70635 topic_id: 23147 reply_id: 92612[/import]

Thanks Canupa, but I already have that in my code. The problem isn’t that I want to show the controls. I just don’t want them to show when the video starts but when you tap on the video they do. Currently when showControls are on it shows the controls when the video starts, it fades away and then if you tap the video it reappears. [import]uid: 63800 topic_id: 23147 reply_id: 92657[/import]