PDA

View Full Version : System in flash



Nikini
May 13th, 2003, 05:33 AM
Can someone please tell me all the commands of the System in Flash Mx?

m_andrews808
May 13th, 2003, 05:40 AM
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

Nikini
May 13th, 2003, 05:42 AM
Thanks, what do they each do?

m_andrews808
May 13th, 2003, 05:45 AM
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'

Nikini
May 13th, 2003, 05:49 AM
Thanks a lot for the help, i really neded it!