Dynamic images not getting printed

Hi,

I am dynamically loading images inside my movie from xml file at run time.
If I right click on the flash movie or use browser print button…it prints the image…perfectly.

But in other scenario…I have multiple records to be printed in Report format where u have one or two images (less than 10kb)
on each page, now while viewing page by page record by next and back buttons one can see these images on the screen…

at the time of printing I have a script which prints all the pages…the logic for which is …

  1. First I am duplicating movie clips (which equals to the no of pages to be printed)
  2. Then populating those movie clips with different set of records from xml file.

Its printing all the records on different pages but just couldnt print the images…i am able to trace…out that…images are their…and they are getting loaded in respetive movie clips…but cant really figure it out…why it doesnt print/ ???

Can some one give me any inputs on this??

Thanks in adv


aShIsH