Google Maps Flash API を Flex に埋め込んでいますが、ローカルでは透かしなどで問題なく動作します。サーバー (flex.mydomain.com) にアップロードすると、以下のサンドボックス セキュリティ エラーが発生します。
SecurityError: Error #2121: Security sandbox violation: Loader.content: http://mydomain.com/main.swf?Fri, 12 Sep 2008 21:46:03 UTC cannot access http://maps.googleapis.com/maps/lib/map_1_6.swf. This may be worked around by calling Security.allowDomain.
at flash.display::Loader/get content()
at com.google.maps::ClientBootstrap/createFactory()
at com.google.maps::ClientBootstrap/executeNextFrameCalls()
Google Maps Flash API を Flex コンポーネントに埋め込み、特にこれを機能させるためにセキュリティ設定を設定した経験のある人はいますか? ドメインに登録されている新しい API キーを取得し、公開時にそれを使用しています。
メインアプリケーションとコンポーネントで次のことを試しました:
Security.allowDomain('*')
Security.allowDomain('maps.googleapis.com')
Security.allowDomain('mydomain.com')