# Transitions with internal movieclips

**URL:** https://forum.kirupa.com/t/transitions-with-internal-movieclips/160337
**Category:** Uncategorized
**Created:** [August 25, 2005, 6:17am UTC](https://forum.kirupa.com/t/transitions-with-internal-movieclips/160337 "2005-08-25T06:17:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bulimicrainbows](https://avatars.discourse-cdn.com/v4/letter/b/a87d85/32.png) [@bulimicrainbows](https://forum.kirupa.com/u/bulimicrainbows)
#### Post date: [August 25, 2005, 6:17am UTC](https://forum.kirupa.com/t/transitions-with-internal-movieclips/160337/1 "2005-08-25T06:17:12Z")

</div>

I was wondering if anybody messed around with the verison of this tutorial with [transitions for external swf’s](http://www.kirupa.com/developer/mx2004/transitions.htm) using movieclips in the library instead of external swf’s. and if so maybe could help me out with doing that? i basically took the code

container.loadMovie(“section1.swf”);

and changed it into

container.attachMovie(“section1”, “section1”, 1);

…and tried some other stuff but can’t seem to get it to work. anybody have any ideas? if so i’d really appreciate it.
