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 method onLoadInit() is never use except at
the end of the first image loading.

I read in the adobe documentation :

   - The AVM1 content cannot load files into levels. For example, it
   cannot load files by calling loadMovieNum("url", levelNum).
   - The AVM1 SWF file that is loaded by an AVM2 SWF file cannot load
   another SWF file into this. That is, it cannot load another SWF file
   over itself. However, child Sprite objects, MovieClip objects, or other AVM1
   SWF files loaded by this SWF file can load into this.


But why I can load the first image only ?

I watched what happened in Fiddler and TamperData.
For the first image there's a reuqest to the server but for the other one
nothing happen.

If I use the diaporama alone there's no problem, everything is OK.
I've got the bug each time I load it in an as3 application.


Thanks for your help.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to