Try setting the properties before you set full screen.
E.g
Code:
Video.SetProperties("Video1", {ScalingMode=1}); Video.SetFullScreen("Video1", true);
Video.SetProperties("Video1", {ScalingMode=1}); Video.SetFullScreen("Video1", true);
tVideoProps = { VideoFile="Autoplay\\Videos\\file.wma", ScalingMode=1, AutoStart=true }; Video.SetProperties("Video1", tVideoProps);
Video.SetProperties("Video1", {ScalingMode=1});
Leave a comment: