# Preload JPG/PNG files into a MC

**URL:** https://forum.kirupa.com/t/preload-jpg-png-files-into-a-mc/190906
**Category:** flash
**Created:** [June 15, 2006, 3:43pm UTC](https://forum.kirupa.com/t/preload-jpg-png-files-into-a-mc/190906 "2006-06-15T15:43:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mediumman](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/mediumman/32/551_2.png) [@mediumman](https://forum.kirupa.com/u/mediumman)
#### Post date: [June 15, 2006, 3:43pm UTC](https://forum.kirupa.com/t/preload-jpg-png-files-into-a-mc/190906/1 "2006-06-15T15:43:11Z")

</div>

I am currently using a simple load movie command to load my png images into a movieclip …

\_root.myMovieClip.loadMovie(“pc1.png”);

Is there a way to load these images while my main swf file loads? There is a delay before the pictures show up because they load right as I go to that movieclip…if anyone can help, I would greatly appreciate it…
