In ActionScript 3.0, you can use the flash.system.Capabilities.os
property, which returns a string indicating the operating system and
version name. Possible values include Windows XP, Windows 2000, Windows
NT, Windows 98/Me, Windows 95, and Windows CE. On the Macintosh, the
string includes th
Se for uma aplicação que vá rodar em um browser, você pode apelar para
chamadas javascript, segue trecho ( retirado de
http://forum.imasters.uol.com.br/index.php?/topic/215236-capturar-o-sistema-operacional-do-usuario-como)
function sistema()
{
if(navigator.userAgent.indexOf('Linux') != -1)
{ v