Posts Tagged ‘System’

  • 最常用的有以下两个属性和一个方法。
    1.System.totalMemory  -  获取Flash Player 当前所用的内存数量(以字节为单位)。
    2.System.useCodePage -  true=使用网页或系统默认编码 or false=使用unicode编码。
    3.System.setClipboard(s:string) - 把s添加到系统剪贴板中。