Video Playback
Posted: Wed Aug 19, 2015 2:12 am
I am trying to set up a movie file to play in iOS. It's pretty straightforward, except with resolution independence. This is the openStack handler:
set the fullScreenMode of this stack to "showAll"
set the acceleratedRendering of this stack to true
I set the movie to play in a rect, which works fine as long as the device is set to iPad. If I try to play it using the iPhone simulator, the screen is clipped.
Are movies scalable using fullscreenmode in iOS?
Thanks in advance for your help.
set the fullScreenMode of this stack to "showAll"
set the acceleratedRendering of this stack to true
I set the movie to play in a rect, which works fine as long as the device is set to iPad. If I try to play it using the iPhone simulator, the screen is clipped.
Are movies scalable using fullscreenmode in iOS?
Thanks in advance for your help.