I am creating a flash, virtually it has 2 columns, right side play a video, and the left side will display some text. But there is a problem. The flash and text both are fine when I play flash in window mode, however, when I press Ctrl+F enters into full screen mode, the text won’t show up. If I exit the full screen, the text show up again. Go back to full screen disappear again. So weird.
So I try to debug the flash by dumping some trace result to the Output panel. Since the problem only happened in full screen mode, so I really need to test the flash in full screen mode. But I cannot find a way to test the flash (Ctrl+Enter) in full scree mode.
Someone know can help me? Why the text disappear OR Why to test flash in full screen mode? Thanks in advance!
By the way, I am using Action Script 2.
Use firebug or write a function that writes your traces to the HTML page, via an external JS function…
}
This should let you get some traces to figure out the problem.
SCREENTRACE
START TRACING.