Hi,
I create a flash interface for CD that contains some buttons that open some word documents.I use fscommand for open files.
fscommand("exec", "documnet.doc");
But after document open the flash document resized from fullscreen.
the Question is: How I can make flash document (swf or exe) still fullscreen after focusing another program or open another program?