Can someone please tell me all the commands of the System in Flash Mx?
System.capabilities.hasAudioEncoder
System.capabilities.hasAccessibility
System.capabilities.hasAudio
System.capabilities.hasMP3
System.capabilities.language
System.capabilities.manufacturer
System.capabilities.os
System.capabilities.pixelAspectRatio
System.capabilities.screenColor
System.capabilities.screenDPI
System.capabilities.screenResolution.x
System.capabilities.screenResolution.y
System.capabilities.version
System.capabilities.hasVideoEncoder
Thanks, what do they each do?
they each return a property of the computer that the movie is running on. For example System.capabilities.screenResolution.x and System.capabilities.screenResolution.y will tell you the users screen resolution. System.capabilities.os will tell you what operating system they’re using.
To find out the other functions search the actionscript dictionary for ‘capabilities’
Thanks a lot for the help, i really neded it!