Scene skipping

Hi,

I’m quite new to Flash MX.
I’ve got 2 scenes.
Halfway through Scene1 at frame 20, I want it to go to and play Scene2, then flick back to the Scene1 (but to a later frame[24]).

I’ve added an action at frame 20 in Scene1 telling it to gotoAndPlay Scene2, and then another action at the end of Scene2 to continue playing from frame 24 in Scene1.

The action halfway thru Scene1:

gotoAndPlay(“Scene2”,1);

The action at end of Scene2:

gotoAndPlay(“Scene1”,24);
//plays frame 24 in Scene1.

But it doesn’t work. What it does is that it plays all of Scene1, then plays Scene2.

I want to export it as a Quicktime Video using the “Sorenson 3” compressor. It exports as a SWF file, but it doesn’t work when exported as a *.mov (Quicktime Video) file.

I’ve included an FLA file, but its simplified.
What am I doing wrong?

Thanks!