Glad I could help. Just cause I'm curious: - do you have a crossdomain at the root of your localhost server? - is your parent app not loaded from the same domain (localhost)? - you are doing this with the swf player, maybe on the browser or by running the swf directly, not in apollo, right?
you might want to add eventListeners to the moduleinfo just to see what the exact security error is. Put a breakpoing on the function that handles SecurityError and see what the error message is. best of luck. /r http://www.searchcoders.com/flex/search/module http://www.laflex.org/ - Los Angeles Flex Users Group bjorn - wrote: > Robert, thanks for leading me onto the correct path :-) The problem has to > do with security. If I set the module url to a local path (c:\..) > instead of > localhost, I'm able to load it. > > Strange error message for security issues, don't you think? Well, now it's > soon on Google at the least. > > - Bjørn > > > On 16 Apr 2007 10:10:50 -0700, Robert Cadena <[EMAIL PROTECTED]> > wrote: >> >> Hi Bjorn, >> >> when you load the module, what ApplicationDomain are you passing to the >> the IModuleInfo? and how do you construct it if you are passing it as a >> param? >> >> /r >> http://www.searchcoders.com/flex/search/module >> http://www.laflex.org/ - Los Angeles Flex Users Group >> >> bjorn - wrote: >> > Thanks for the tip .. I did try that already though, and it didn't make >> any

