Trouble with loading swfs

Sorry if this question has been answered before but here goes:

I’m loading movies using:
[FONT=Courier New][SIZE=1]
b1.onRelease = function() {
if (_root.section != “cpm.swf”) {
_root.section = “cpm.swf”;
_root.transition.gotoAndPlay(“closing”);
}
};
b2.onRelease = function() {
if (_root.section != “benefits.swf”) {
_root.section = “benefits.swf”;
_root.transition.gotoAndPlay(“closing”);
}
};
b3.onRelease = function() {
if (_root.section != “company.swf”) {
_root.section = “company.swf”;
_root.transition.gotoAndPlay(“closing”);
}
};[/SIZE][/FONT]

This loads a movie that contains two dynamic text fields [FONT=Courier New][SIZE=1]“which are now Gone because I couldn’t see them nor figure out how to fix it”[/size][/font] so I replaced the textfields with an actionscript that makes for continous movement.

The actionscript generates the movment but then never repeats it’s porpose. It works when I open the file open.swf but not when I load it into base.swf…

for a better understanding of my delema go here and see for yourself.

banner

Any help would be wonderfull…