Originariamente inviato da ilpiubello


...e non vuoi rendere partecipe anche noi?
When you dynamically call clips from the library, they can only be displayed if they are fully loaded. So when you set the Linkage properties to "Export for Actionscript" you will notice that the "Export to First Frame" open gets auto-checked. This is required because Flash will then export these items to the imaginary Frame 0, so they will load before all content and be assured they are able to load.

What I recommend doing in this case:

Create a blank keyframe right after your preloader (but have it before your actual movie starts as well). In this frame take the clips from your library and drag an instance of them onto the stage. So I see you start your movie on a frame with the label "start"... so your setup would most likely be...

frame 1 = preloader
frame 2 = junk frame for dynamic library clips
frame 3 = start frame