Copy link to clipboard
Copied
Hi gang,
I've got a movie clip that's printing another movie clip outside of itself. Here's the code:
printAsBitmap(this._parent.printClip], "bframe")
I have the "printClip" (which is larger than the stage, being 850 x 1100 pixels) off stage and it prints just fine when I do a test publish from within flash. However, when I print directly from the swf or from running the swf in my browser nothing prints. If I move the clip into the stage, it just prints the portion that is showing in the stage, like the stage is masking it.
I also tried "bMax" and "bMovie" with no success.
Any input appreciated, thanks,
dp
your syntax is incorrect but otherwise that corrected code works for me:
Copy link to clipboard
Copied
Sorry, meant to say I tried "bmax" and "bframe" (lower case)
Copy link to clipboard
Copied
your syntax is incorrect but otherwise that corrected code works for me:
Find more inspiration, events, and resources on the new Adobe Community
Explore Now