PDA

View Full Version : Is there a way to check what system the user is using


2.0 freak
11-04-2004, 02:36 PM
Is there a way to check in Actionscript what system the user is using and also if it is PocketPC too?

303 maddec
11-04-2004, 02:46 PM
System.capabilities.version:String
and this
System.capabilities.os:String

Check the flash help for further information.

Best regards