# Loading in images with a preloader?

**URL:** https://forum.kirupa.com/t/loading-in-images-with-a-preloader/150463
**Category:** Uncategorized
**Created:** [June 7, 2005, 7:06pm UTC](https://forum.kirupa.com/t/loading-in-images-with-a-preloader/150463 "2005-06-07T19:06:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dkruta](https://avatars.discourse-cdn.com/v4/letter/d/d2c977/32.png) [@dkruta](https://forum.kirupa.com/u/dkruta)
#### Post date: [June 7, 2005, 7:06pm UTC](https://forum.kirupa.com/t/loading-in-images-with-a-preloader/150463/1 "2005-06-07T19:06:21Z")

</div>

im trying to get images to load in with a preloader, and i have some preloader files, but i dont know how to link them up. i have several buttons that use the following code:

on (release) {  
loadMovie(“[ta\_logo.jpg](http://205.196.211.169/images/alert/ta_logo.jpg)”, \_root.holder);  
}

They load it into an empty movie clip. Is there a way to use a preloader to show the progress as it loads it in? Thanks in advance
