[Flashcoders] [ AS3 ] - Problem with an AS3 application who use a swf AS2 who load images

2008-03-12 Thread david costard
Hey list, Since few days I'm developping my first AS3 application. In this project I need to load some swfs who are developped in AS2. One of them is a diaporama who load images. The diaporama can load the first images but then he never load the other images. In the MovieClipLoader object the

Re: [Flashcoders] [ AS3 ] - Problem with an AS3 application who use a swf AS2 who load images

2008-03-12 Thread Glen Pike
Check for crossdomain problems - look in the HTTP Requests for crossdomain.xml - try loading this yourself to check it's there. If it is requesting crossdomain files, you probably need to have one setup - this maybe one issue, may not be... Glen david costard wrote: Hey list, Since few

Re: [Flashcoders] [ AS3 ] - Problem with an AS3 application who use a swf AS2 who load images

2008-03-12 Thread david costard
Hey Glen thanks for your help. I check for crossdomain but I think the problem is not with crossdomain. I've got the problem in local and all of the swf in as2 in need to load are one the same domain. 2008/3/12, Glen Pike [EMAIL PROTECTED]: Check for crossdomain problems - look in the HTTP

Re: [Flashcoders] [ AS3 ] - Problem with an AS3 application who use a swf AS2 who load images

2008-03-12 Thread Glen Pike
Not sure then, sorry. david costard wrote: Hey Glen thanks for your help. I check for crossdomain but I think the problem is not with crossdomain. I've got the problem in local and all of the swf in as2 in need to load are one the same domain. 2008/3/12, Glen Pike [EMAIL PROTECTED]: