Just a quickie - one or two words will do!

Hi there - I’ve used the tuturial on THIS page to help transition my pages smoothly: http://www.kirupa.com/developer/mx2004/transitions.htm

Everything is working fine; however, if I move the buttons and the A/S off the main timeline, I am not able to load the relevant sections anymore. I just keep loading the same swf over and over… Section 1.

This is the code that is supposed to sit on the main timeline to enable the transitions:

[color=#0000d0]on[/color] color=#0000ff[/color] [color=#0000ff]{[/color] [color=#006610]if[/color] [color=#0000ff]([/color][color=#0000d0]_root[/color].[color=#000050]currMovie[/color] [color=#0000ff]==[/color] [color=#006610]undefined[/color][color=#0000ff])[/color] [color=#0000ff]{[/color] [color=#0000d0]_root[/color].[color=#000050]currMovie[/color] [color=#0000ff]=[/color] [color=#666666]“main”[/color]; [color=#000050]container[/color].[color=#0000d0]loadMovie[/color]color=#0000ff[/color]; [color=#0000ff]}[/color] [color=#006610]else[/color] [color=#006610]if[/color] [color=#0000ff]([/color][color=#0000d0]_root[/color].[color=#000050]currMovie[/color] [color=#0000ff]!=[/color] [color=#666666]“main”[/color][color=#0000ff])[/color] [color=#0000ff]{[/color] [color=#006610]if[/color] [color=#0000ff]([/color][color=#000050]container[/color].[color=#0000d0]_currentframe[/color] [color=#0000ff]>=[/color] [color=#000050]container[/color].[color=#000050]midframe[/color][color=#0000ff])[/color] [color=#0000ff]{[/color] [color=#0000d0]_root[/color].[color=#000050]currMovie[/color] [color=#0000ff]=[/color] [color=#666666]“main”[/color]; [color=#000050]container[/color].[color=#0000d0]play[/color]color=#0000ff[/color]; [color=#0000ff]}[/color] [color=#0000ff]}[/color] [color=#0000ff]}[/color]

The MC that I’ve moved everything into is called ‘fluid’.

I know I need to change the path to the container, and I’ve tried the following to try and reach it:

_root.fluid.container.
fluid.container

and neither have worked.

Does anyone have any urgent suggestions? I know it’s a simple fix - I just can’t see it!