I was wondering if anybody messed around with the verison of this tutorial with transitions for external swf’s 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.