ActionScript中〜上級者用スレ

このエントリーをはてなブックマークに追加
178Now_loading...774KB
--------------------------------------------------------------------------------
System.security.allowDomain

書式:
System.security.allowDomain("ドメイン名");

解説:
別ドメインから読み込みを許可するドメイン名を指定する。
通常http://www.home.comにあるA.swfからhttp://www.fuga.com/にあるB.swfをloadmovie等で読み込もうとすると
エラーが発生するが、B.swfにSystem.security.allowDomain("www.hoge.com");を記述しておけば
http://www.home.comにあるA.swfからhttp://www.fuga.com/にあるB.swfの読み込みが可能になる

--------------------------------------------------------------------------------
System.Productオブジェクト

なんかFしる絡みのオブジェクトっぽいなー。
IsInstalledとかはちょっと面白げ、インストールされているアプリケーションのチェックか?

System.Product.prototype.Download
System.Product.prototype.Launch
System.Product.prototype.IsInstalled参照:http://chattyfig.figleaf.com/flashcoders-wiki/index.php?IsInstalled
System.Product.prototype.IsRunning参照:http://chattyfig.figleaf.com/flashcoders-wiki/index.php?IsRunning
System.Product.prototype.name

--------------------------------------------------------------------------------