hey, im currently redoing my flash site and making all pages in external .swf files. I have a “homepage” which loads all of the seperate pages (external .swf’s) through a ‘contents’ movie clip, but for some reason, once the specific .swf (say, the “News” page, ‘news.swf’), is loaded into the “homepage”, its scroller won’t work. when you click the Up or Down arrow, it just reloads the news.swf file… the scroller is a custom scroller and is part of each external .swf, not the homepage.
what should i do? i have “stop();” all over the place… and the news.swf is loaded using the code
_root.contents.loadMovie(‘news.swf’);
thanks