# Simple image loader

**URL:** https://forum.kirupa.com/t/simple-image-loader/192083
**Category:** Uncategorized
**Created:** [June 26, 2006, 1:04am UTC](https://forum.kirupa.com/t/simple-image-loader/192083 "2006-06-26T01:04:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![knibor](https://avatars.discourse-cdn.com/v4/letter/k/d9b06d/32.png) [@knibor](https://forum.kirupa.com/u/knibor)
#### Post date: [June 26, 2006, 1:04am UTC](https://forum.kirupa.com/t/simple-image-loader/192083/1 "2006-06-26T01:04:08Z")

</div>

I’m creating an image gallery and looking for a simple way to preload external jpegs (with % loaded) into an empty movie clip.  
I’m using thumbnails- there are no “next” or previous “buttons”.

I’m calling in the jpegs like this:  
thumb1.onRelease = function(){  
loadMovie (“images/homeR1.jpg”, empty);  
}

I’ve been googling/ searching all day-  
Any help would really ease my frustrations.  
Thanks in advance!  
 ![](http://forum.kirupa.com/uploads/kirupa/615/b7e0d890f190c4d7.gif)[![](http://forum.kirupa.com/uploads/kirupa/1679/8c0ad6885c0c3c15.gif)](http://www.actionscript.org/forums/editpost.php3?do=editpost&p=501256)
