Why don't textboxes work correctly in Flash?

Question

Why doesn't any text show up when I type stuff in my textboxes in my Flash content?

Answer

When you inject keyboard input, make sure that you are passing TYPE_KEYDOWN and TYPE_KEYUP events (eg, WM_KEYDOWN and WM_KEYUP on Windows) in addition to TYPE_CHAR events. See Passing Keyboard Input for more information.