# Just a quickie - one or two words will do!

**URL:** https://forum.kirupa.com/t/just-a-quickie-one-or-two-words-will-do/170334
**Category:** flash
**Created:** [November 24, 2005, 7:54pm UTC](https://forum.kirupa.com/t/just-a-quickie-one-or-two-words-will-do/170334 "2005-11-24T19:54:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dmog](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@dmog](https://forum.kirupa.com/u/dmog)
#### Post date: [November 24, 2005, 7:54pm UTC](https://forum.kirupa.com/t/just-a-quickie-one-or-two-words-will-do/170334/1 "2005-11-24T19:54:32Z")

</div>

Hi there - I’ve used the tuturial on THIS page to help transition my pages smoothly: [http://www.kirupa.com/developer/mx2004/transitions.htm](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!
