[Flashcoders] Security error with LoaderMax

2011-05-05 Thread Kerry Thompson
Flex 4, FlashBuilder 4.

I am building and running an app on my Windows 7 machine. It runs fine here,
but when my client installs it on his machine, he gets a SecurityError:
Error #2148: Only local-with-filesystem and trusted local SWF files may
access local resources.

That's happening when I start the LoaderMax load() process. I have appended
about a dozen loaders, and they are accessing files on the local drive.

It happens on Windows 7 in IE and Firefox, and on the Mac. The odd thing is
that it was working for them two days ago, and I haven't changed the loading
process at all.

Any ideas?

Cordially,

Kerry Thompson
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Security error with LoaderMax

2011-05-05 Thread Julian Wilson
You probably have a trusted path in your Security Manager where your SWF is 
being viewed. His machine won't have this. Adding a crossdomain.xml file on the 
server you're loading from with localhost as a trusted site and allowDomain 
in Flash should work.

Cheers,

Julian Wilson
Web/Desktop/Mobile Developer
Hollywood, CA 
www.julianrwilson.com
m: +1 (310) 488-4336


On May 5, 2011, at 12:58 PM, Kerry Thompson wrote:

 Flex 4, FlashBuilder 4.
 
 I am building and running an app on my Windows 7 machine. It runs fine here,
 but when my client installs it on his machine, he gets a SecurityError:
 Error #2148: Only local-with-filesystem and trusted local SWF files may
 access local resources.
 
 That's happening when I start the LoaderMax load() process. I have appended
 about a dozen loaders, and they are accessing files on the local drive.
 
 It happens on Windows 7 in IE and Firefox, and on the Mac. The odd thing is
 that it was working for them two days ago, and I haven't changed the loading
 process at all.
 
 Any ideas?
 
 Cordially,
 
 Kerry Thompson
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders