I have an app that has a full screen video. My app only supports portrait and I want the video to play in landscape, and just the video.
I see that I can get the systems current orientation by calling: system.orientation
But I don’t know how to tell the video player I want it to use the current system.orientation.
I briefly tried supporting all orientations in the build settings file. This gives me what I want for the video but it breaks all of my other interfaces.
How have you guys solved this problem?
[import]uid: 39480 topic_id: 17616 reply_id: 317616[/import]
[import]uid: 52491 topic_id: 17616 reply_id: 67120[/import]