$25 Gift Certificate to Sears for answer

External JPEG’s Won’t Print
Greetings everyone. I have a problem with a project I am trying to finish up. Since no one wants to help me for free, I’ll send a $25 gift cert to the first person to solve my problem. I don’t have time for this crap. I am down to ONE last problem with my project and I could use some help. I have a movie that loads several external .txt files and .jpgs. Everything works great. I want to print out the presentation so I am creating a movie clip that is invisible to user that is dimensionally 8.5x11. User clicks a button and the frames marked #p in that movie clip print. This works to a degree. I have a loop that tests to see the variables are loaded and my 1st page, an intro letter, prints perfectly with variables. The second page has jpgs with dynamic text boxes as descriptions. The descriptions print, but the photos do not. I am using:

loadMovie(“pic1.jpg”,“pholder”);
loadMovie(“pic2.jpg”,“pholder2”);
loadMovie(“pic3.jpg”,“pholder3”);

to load the three photos in. When i print, page 2 only prints the descriptions,no jpegs. I have made a test button to see the “invisible” pages and the pics are loading if I go to that frame. I assume the print() function is printing the frame before the pics load. Help?