Loading the first frame

How would I specify my program to load the first frame at load time to make way for a preloader? Currently while my program loads, it only shows the background color and no first frame. When the program is done loading, it shows the first frame which is the load bar, and then goes right to the next as it should when done loading.

This has been bothering me for quite some time now.