Externally loaded SWF problem

Hi,

I hope somebody can help me?

I have a SWF called ‘mainmovie’ and within it I have a movie clip called container in which I load an external SWF called ‘section1’.

‘Section 1’ has 2 scenes and at the end of the 1st scene I have the following code gotoAndPlay(“Scene 2”, 1);

For some reason ‘Section 1’ when loaded into ‘mainmovie’ does not progress past scene 1. Instead it jumps straight back to scene 1 of ‘mainmovie’.

I’m stumped.

Any help would be appreciated.