Hey,

When i attempt to load remote assets from a remote domain and specify the port as part of the url the load seems to break.

For example if i specify
http://remotedomain/asset.png //works fine
but
http://remotedomain:8080/asset.png //dies

my crossdomain file is,

<cross-domain-policy>
<allow-access-from domain="*" to-ports="*" secure="false" />
</cross-domain-policy>


Is this a known issue?
Is there a work around?

regards,

Bjorn

Reply via email to