I didn't realize there was a Zinc forum, but for the sake of anyone curious about my post, here's the solution I discovered: I just had to add another line of code (any arbitrary line would do) to bring the mdm.System.exec(filePath); call back to the exe to avoid a first click that does nothing but sets focus. The arbitrary line of code brings that missing focus back.
My line of code was: var refocusMe:String = "refocus me"; That solved the issue. - MM _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

