Printing from FP6

Ok, I have this project that needs to be published for Flash Player 6. Which is forcing me to learn the archaic ways of the print(); function.

After a little playing around with this, I can’t seem to print anything that extends beyond the height of the stage. It’s a bunch of scrolling content that I’m trying to print and it uses the scrollPane component (not sure if that matters but i wanted to throw that out there anyway).

It seems like i should use:

print(myTargetMC, "bframe");

and then have the “#b” frame label on the frame I want to print.

If anyone has any experience printing out of FP6, not only do I have pity for you, I’d also like to hear your suggestions.

TIA,
-K