My bad...
Tests proved this not the case.
On 08/05/2007, at 3:06 PM, Bjorn Schultheiss wrote:
Hey,
I'm loading jpg's from a remote domain and wish to perform extract
pixel data from the loaded assets.
I have specified a loaderContext object in the Loader.load().
something like:
var lc:LoaderContext = new LoaderContext();
lc.checkPolicyFile = true;
_loader = new Loader();
_loader.load( new URLRequest(_dataProvider), lc);
When the executes load process totally fails, no events are
dispatched from the loader object.
If i comment out the checkPolicyFile line my image loads fine.
var lc:LoaderContext = new LoaderContext();
//lc.checkPolicyFile = true;
_loader = new Loader();
_loader.load( new URLRequest(_dataProvider), lc);
I have a crossdomain file at the root of the domain that i am
loading the image from.
I can see in serviceCapture that this is actually getting loaded.
This is the crossdomain file i am currently testing with.
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
Can anyone tell me why the remote asset does not load when i
specify checkPolicyFile to equal true?
regards,
Bjorn
Regards,
Bjorn Schultheiss
Senior Developer
Personalised Communication Power
Level 2, 31 Coventry St.
South Melbourne 3205,
VIC Australia
T: +61 3 9674 7400
F: +61 3 9645 9160
W: http://www.qdc.net.au
((------------This transmission is confidential and intended solely
for the person or organization to whom it is addressed. It may
contain privileged and confidential information. If you are not the
intended recipient, you should not copy, distribute or take any
action in reliance on it. If you believe you received this
transmission in error, please notify the sender.---------------))