I'm in a rush, so I'm hoping for a quick answer (no time to Google!) ;-)
Does the player have V sync yet?
Thanks!
Printable View
I'm in a rush, so I'm hoping for a quick answer (no time to Google!) ;-)
Does the player have V sync yet?
Thanks!
What do you mean by Vsync? Is v sync the issue where the screen drawing is split when objects move horizontally?
Correct. When a native application has direct access to the hardware (or via an API like DirectX) you can choose to sync graphics drawing with the monitor refresh rate such that you do not update the screen in mid-screen refresh, as that causes horizontal tearing (most visible in side-scrollers).
There had been whispers of possibly getting something very close to this in the last release of 10.x .
I'm thinking it's not in Flash 10 as I see the problem from time to time. Not sure about CS5/10.1 though.
Always annoying when it happens.
I am using Fp10.1, and while stress testing my parallax engine, I did get the tearing.....so I don't think it has been implemented in 10.1 either :(
Try wmode="direct" in your embed code.
Squize.