Is there a way ActionScript 3 can detect the user\'s screen resolution?
These will return the numbers to your output window:
trace(Capabilities.screenResolutionX); trace(Capabilities.screenResolutionY);