Transition doesn't display dynamic text

Hallo everybody, problem is that after transition is done the .swf file that was loaded by the transition would display the dynamic text. If I load the main file through another one that put my file in the level1 than it does loads up, but I don’t want it this way.
Could you look at this script and tell me what the problem is?

Thanks alot

///the one that loads up file

home.onRelease = function() {
if (_root.section != “main.swf”) {
_root.section = “main.swf”;
_root.transition.gotoAndPlay(“closing”);
}
};

///the one that is under the mask and does transition graphics and loads up the front page

_root.section = “index.swf”;

Here is the transition file!