How to print a swf from a swf

Hi,

Is it possible to have a button in one .swf that prints the content of a second .swf that exist on the same HTML page?

For example:

I have a webpage index.html that has two .swf files embedded one called conatins_button.swf and the other need2print.swf.

There is a button instance in contains_button.swf called print_button…I need some code that when this button is clicked that it prints the contents of need2print.swf.

To add a cherry to the cake I need to print only a portion of what’s on screen of the need2print.swf. The full size of need2print.swf is 800pixels wide by 600pixels tall.

I need to print only 600pixels wide by 600pixels tall, leaving out 100pixels from left side and 100pixels from the right side in effect printing only 600pixels wide not the full 800pixels.

Is this possible? if so can someone post the code for the print button.

Cheers

:thumb2: