Good Afternoon Fellow Flashinites,
I am currently developing a standalone video application that will interact with our backend database and display the proper video, video title, video description and color scheme that you choose.
Everything’s working hunky dory, until I asked some of cohorts to see if they could break it before I show it off to the world. On the very first try, when my colleague went to full screen, the video was distorted, cut off by the bounds of the monitor, and not perfectly centered as it has been performing on my monitor.
And then it hit me… He was opening the browser in one of his computer’s monitors, bringing the browser to the other monitor (we all have a dual monitor thing going on here), and THEN clicking the full screen button.
I noticed that when you refresh the page, the variables I get to determine the fullscreen dimensions are being set, but NOT on EnterFrame.
After quickly changing this little glitch, I saw that the variables are still not being changed when you drag your browser window from one monitor to the other (hopefully they are set at two different resolutions, otherwise it defeats the purpose of even checking for this)
Does anyone know how I can get my Flash application to recognize when it has entered into a new resolution.
Thank you ahead of time