最終更新:2010-11-17 (水) 23:58:48 (4907d)  

flash.system.System
Top / flash.system.System

http://livedocs.adobe.com/flash/9.0_jp/ActionScriptLangRefV3/flash/system/System.html

System クラスには、ユーザーのコンピュータ上で行われる特定の操作 (共有オブジェクト、カメラやマイクのローカル設定、クリップボードの使用など) に関連するプロパティが含まれています。

プロパティ

ime : IME[static] [read-only]現在インストールされているシステム IMESystem
totalMemory : uint[static] [read-only]Adobe® Flash® Player が現在使用しているメモリ量 (バイト単位)System
useCodePage? : Boolean[static]外部テキストファイルを解析するときにどのコードページを使用するかを Flash Player に示すブール値です。System

パブリック メソッド

exit(code:uint):void[static]Flash Player を閉じます。System
gc():void[static]ガベージコレクションプロセスを強制します。System
pause():void[static]Flash Player を一時停止します。System
resume():void[static]System.pause() を使用した後、Flash Player を再開します。System
setClipboard(string:String):void[static]クリップボードの内容を、指定されたテキストストリングで置き換えます。System