# Loaded movie with preloader problem

**URL:** https://forum.kirupa.com/t/loaded-movie-with-preloader-problem/36647
**Category:** Uncategorized
**Created:** [November 29, 2003, 6:48pm UTC](https://forum.kirupa.com/t/loaded-movie-with-preloader-problem/36647 "2003-11-29T18:48:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![XmackX](https://avatars.discourse-cdn.com/v4/letter/x/4bbf92/32.png) [@XmackX](https://forum.kirupa.com/u/XmackX)
#### Post date: [November 29, 2003, 6:48pm UTC](https://forum.kirupa.com/t/loaded-movie-with-preloader-problem/36647/1 "2003-11-29T18:48:15Z")

</div>

hi:

well mi problem is this, i have my main swf movie and in this movie i want to load another swf movie that have a preloader, but the preloader doesn´t seems to work. take a look to it [http://asteroides500mg.tripod.com/video/cacaweb.html](http://asteroides500mg.tripod.com/video/cacaweb.html)  
press the button, wen you press it the preloader seems to be finished, but the the movie is not loaded, then you have to wait a while to get load the movie. the movie with the preloader works ok but wen i load it into the main movie it doesn´t work.

here is mi code

for the button:

on (release) {  
\_root.[COLOR=red]pelicula[/COLOR].loadMovie("[COLOR=blue]videospre.swf[/COLOR]");  
}

[COLOR=red]pelicula[/COLOR] is the name of the empty movieclip and [COLOR=blue]videospre.swf [/COLOR] is the movie with the preloader.

thnx for your help.
