Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ExternalInterface を使用してフラッシュと JavaScript の間でデータを共有するのは安全ですか? スコアをjsに渡したいゲームを構築していますが、これが十分に安全かどうかはわかりません。
ありがとう
安全なものはありません。JavaScript に渡すものはすべて、ブラウザーの開発者コンソールを使用するだけで、ExternalInterface によって呼び出される関数をオーバーライドして引数をインターセプトするだけで、簡単に取得できます。