# Help with External SWF Transitions Tutorial

**URL:** https://forum.kirupa.com/t/help-with-external-swf-transitions-tutorial/127099
**Category:** Uncategorized
**Created:** [October 30, 2004, 9:53am UTC](https://forum.kirupa.com/t/help-with-external-swf-transitions-tutorial/127099 "2004-10-30T09:53:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rene33](https://avatars.discourse-cdn.com/v4/letter/r/3be4f8/32.png) [@rene33](https://forum.kirupa.com/u/rene33)
#### Post date: [October 30, 2004, 9:53am UTC](https://forum.kirupa.com/t/help-with-external-swf-transitions-tutorial/127099/1 "2004-10-30T09:53:30Z")

</div>

Hello!

My name is Rene. I’m using this tutorial to build a Photographer’s Gallery, and I made some slight modifications - and I need a little advice.

Instead of the one external swf getting loaded that we see in the example, I have (2).

One is the actual portfolios, each one a seperate swf. The other is the navigation (thumbnails that open the different portfolios).

Basically, the nav and the first portfolio load when you open the site. Then a user will be able to click on a thumbnail to see the other portfolios.

The code on the button is this;

on (release) {  
container.loadMovie(“Group2Gallery.swf”);  
container.play();  
}

Where “container” is the name of the instance empty movie clip where it gets loaded and “Group2Gallery.swf” is the movie to be loaded.

The error I get is this;

Target not found: Target=“container” Base="\_level0.container2"  
Target not found: Target=“container” Base="\_level0.container2"  
Where “container2” is the empty movie clip where the Nav is loaded.

Thank you in advance for your help…
