|
What this is
Other links
The source codepackage intrinsic.flash.system; public class Capabilities extends Object { /** Accessors */ /** Variables */ /** Constants */ /** Class Accessors */ public static boolean hasIME; public static String language; public static boolean hasAudioEncoder; public static boolean hasStreamingAudio; public static boolean hasPrinting; public static boolean hasScreenPlayback; public static double screenDPI; public static String os; public static double screenResolutionY; public static double screenResolutionX; public static boolean hasAccessibility; public static boolean hasMP3; public static boolean avHardwareDisable; public static String version; public static double pixelAspectRatio; public static boolean hasEmbeddedVideo; public static String manufacturer; public static boolean hasVideoEncoder; public static boolean isDebugger; public static boolean hasAudio; public static boolean hasStreamingVideo; public static boolean hasTLS; public static String serverString; public static String screenColor; public static boolean localFileReadDisable; public static String playerType; public static boolean hasScreenBroadcast; /** Class variables */ /** Contructors */ public Capabilities() { } /** Static Methods */ /** Methods */ } |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.