Printing swf's

Hi

I’ve tried to get this working myself but my scripting knowledge is very basic.

I’m wanting the user to be able to press a print button, when this is clicked I want to take a snap shot of whats on the screen at that time and print it.

I currently have a button with this attached to it

on(release) {
printNum(this.galaxy_pink, “bmovie”);
}

but this just prints one movie clip and not the whole layout. Mystik recommend the printjob class but I just can’t get my head around the code.

Is there an easy of doing this? Any help / code tips will be much appreciated.

Thanks

Ricky55