[flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-03-12 Thread Dan
Sent: Monday, March 10, 2008 11:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes But what if I get that error only on the first time the application being loaded, after all the module-swfs are downloaded in the cache

RE: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-03-11 Thread Alex Harui
%40yahoogroups.com Subject: RE: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes Of both are local, do not fiddle with appdomain or securitydomain and it should work. From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

[flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread innovativecode
Dave, have you solved this yet? I'm having the exact same problem and error message. My thread is: http://tech.groups.yahoo.com/group/flexcoders/message/100770 One thing to ensure is that the module you are loading is compiled with a root tag of mx:Module and not mx:Application or something

Re: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread Dave Glasser
Mine works when both SWFs are local, or both are from the server. For local, however, your main application will have to be in a trusted directory, or the file itself will need to be trusted, via the Global Security Settings app:

[flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread innovativecode
Thanks! I had not done that. But, after I did, I still get the same problem. I'll keep working on it --- In flexcoders@yahoogroups.com, Dave Glasser [EMAIL PROTECTED] wrote: Mine works when both SWFs are local, or both are from the server. For local, however, your main application

RE: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread Alex Harui
: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes Thanks! I had not done that. But, after I did, I still get the same problem. I'll keep working on it --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Dave Glasser [EMAIL PROTECTED] wrote: Mine works

RE: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-01-31 Thread Alex Harui
31, 2008 11:01 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes Of both are local, do not fiddle with appdomain or securitydomain and it should work. From: flexcoders@yahoogroups.com [mailto