■ クライアントの画面情報を調べるには

//メインタイムラインのフレームアクション
w = System.capabilities.screenResolutionX;
h = System.capabilities.screenResolutionY;
if (w < 1024 || h < 768) {
msg_txt.text = "1024×768以上のモニタでご覧ください";
}