Greetings...

I have a souce file with a MovieClip symbol set up as a shared asset. In another file I created a second MovieClip symbol and set it up to import this shared asset. Let's call this second file the destination file.

In the destination file, when I drag the clip on stage and test the movie, all's well. However, when I attempt the same via ActionScript, the clip does not appear.

I simply used the "attachMovie" method as follows.

this.attachMovie("Rectangle", "myRectangle", 2);

"Rectangle" is the linkage name of the clip designed to import the shared asset.

Has anyone experienced this problem?


Respectfully,

ASP