Mimetypes (Capabilities.mimetypes Property); Os (Capabilities.os Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

MIMETypes (capabilities.MIMETypes property)

public static MIMETypes :
Returns an array that contains all MIME types that the
Video objects support.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.MIMETypes);

os (capabilities.os property)

public static os :
A string that indicates the current operating system. The
strings: "
Windows XP
"
" (available only in Flash Player SDK, not in the desktop version),
Windows CE
"
". The server string is
MacOS
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.os);
screenOrientation (capabilities.screenOrientation
property)
public static screenOrientation :
This member variable of the System.capabilities object that indicates the current screen
orientation.
Possible values for screenOrientation property:
the screen is in its normal orientation
normal
the screen is rotated by 90 degrees
rotated90
the screen is rotated by 180 degrees
rotated180
the screen is rotated by 270 degrees
rotated270
Availability: ActionScript 1.0; Flash Lite 2.0
Array
[read-only]
String
[read-only]
", "
", "
Windows 2000
.
OS
loadMovie
property can return the following
os
", "
Windows NT
Windows 98/ME
String
[read-only]
capabilities (System.capabilities)
function, Sound and
", "
Windows 95
, and
"Linux"
",
317

Advertisement

Table of Contents
loading

Table of Contents