このページに関してのお問い合わせはこちら
ActionScript中〜上級者用スレ
ツイート
178
:
Now_loading...774KB
:
03/08/02 00:13 ID:???
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------