The Problem:
You have dual monitors set up and view a Flash video (Let's say any YouTube video) in full screen mode in one of the monitors. If you work on the other monitor, the video would exit the full screen mode. Therefore, you cannot work while watching video in fullscreen mode.
The Solution:
A Google search yields this brilliant solution. http://www.youtube.com/watch?v=qwH_-C2-93E Basically, it changes the byte value at the address of '0x136340' from '74' to 'EB' of the DLL below, and it did the trick!
C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll (for Flash v10 only)
The Question:
Why would this solution fix this issue? What does it really do by changing the byte value?
Thank you all in advance!