Multiple Images Loading and Print

Hi,

I have created a photo gallery, where in one page one image is displayed per page (img size is less than 5 kb). Images are getting loaded from the server side at run time and through XML files. To naviage between mutliple images I have NEXT and BACK button right their and they are working fine. One can also print the image using print button. But the problem occurs in case where User wants to print all the images at one go.

I am able to print multiple pages but images are not appearing in print outs but content is getting displayed pertaining to each image. I think images are not getting loaded at run time at the time of printing, but it does get displayed when u view it one by one.

For multiple print what i am doing is creating empty movie clips at run time and the same are populating with the different images and content and sending them one by one to the printer. I am using PrintJob Class.

Can any one have any pointers to this !! I would really appreciate any help or suggessions.

Thanks