# Problem of Preloader and Transition for Dynamic Files!

**URL:** https://forum.kirupa.com/t/problem-of-preloader-and-transition-for-dynamic-files/63008
**Category:** Uncategorized
**Created:** [September 2, 2004, 8:16am UTC](https://forum.kirupa.com/t/problem-of-preloader-and-transition-for-dynamic-files/63008 "2004-09-02T08:16:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Radio96](https://avatars.discourse-cdn.com/v4/letter/r/71e660/32.png) [@Radio96](https://forum.kirupa.com/u/Radio96)
#### Post date: [September 2, 2004, 8:16am UTC](https://forum.kirupa.com/t/problem-of-preloader-and-transition-for-dynamic-files/63008/1 "2004-09-02T08:16:50Z")

</div>

the tutorial from Flash MX: “Preloader and Transition for Dynamic Files”

i dont understand what is the meaning of " \_root.section" whats is the mean of the " section"

and i put this script:

onClipEvent (enterFrame) {  
if (!loaded && this.\_url != \_root.\_url) {  
if (this.getBytesLoaded() == this.getBytesTotal()) {  
loaded = true;  
\_root.transition.gotoAndPlay(“opening”);  
}  
}  
}

into the “content”, but the loading it doesnt work, is it any thing wrong??  
and my “content” is put it second scene.

can any one help me?  
thanks

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 2, 2004, 8:18am UTC](https://forum.kirupa.com/t/problem-of-preloader-and-transition-for-dynamic-files/63008/2 "2004-09-02T08:18:24Z")

</div>

if i remember correctly, section is a variable on root.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 2, 2004, 9:48am UTC](https://forum.kirupa.com/t/problem-of-preloader-and-transition-for-dynamic-files/63008/3 "2004-09-02T09:48:10Z")

</div>

\_root.section is a variable

Select the “transition” MC ont he state and doubleclick on it. You can find another code in the timeline of that

[CODEloadMovie(\_root.section, \_root.content);\*\*[/\*\*CODE]  
The loadMovie () usually take three parameters is first is url, taget and method.

You can using Flash’s MovieExplorer from window menu to find any instance has a physical existence in the movie. I’ve give the name “transition” in the explorer window and that displays the instane name and the objects actually name in the library. :inc:
