hi there,
with latest ShiVa Authoring Tool (1.4 beta8),
game running only in landscape (and thats how it should be, this setup is also on main xCode settings page)
but when I'm playing a video (from Resources folder in xCode project, external file) - game rotates to portrait (when movie finished) and so messing landscape screen by stretching it and rotate +90 degrees.
in EAGLView i tried to change to:
int iMoviePlayerOrientations = MOVIEPLAYER_ORIENTATIONS_LANDSCAPE_ALL ;
but without luck,
do anyone have thoughts/experience on this issue ?