# Loadmovie with a preloader problem

**URL:** https://forum.kirupa.com/t/loadmovie-with-a-preloader-problem/36667
**Category:** Uncategorized
**Created:** [November 30, 2003, 3:28am UTC](https://forum.kirupa.com/t/loadmovie-with-a-preloader-problem/36667 "2003-11-30T03:28:04Z")
**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 30, 2003, 3:28am UTC](https://forum.kirupa.com/t/loadmovie-with-a-preloader-problem/36667/1 "2003-11-30T03:28:04Z")

</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 [asteroides500.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 loaded 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.
