Does anyone know if is it possible to distinguish between Linux and PS3 using System Capabilities? or any other method for that matter.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html
Does anyone know if is it possible to distinguish between Linux and PS3 using System Capabilities? or any other method for that matter.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html
According to this, PlayStation has special useragent, you could check for navigator.userAgent.indexOf("PLAYSTATION") > -1.