Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Print issues

Explorer ,
Apr 02, 2013 Apr 02, 2013

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

TOPICS
ActionScript
375
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 05, 2013 Apr 05, 2013

your syntax is incorrect but otherwise that corrected code works for me:

http://www.kglad.com/Files/forums/test4.html

http://www.kglad.com/Files/forums/test4.fla

Translate
Explorer ,
Apr 02, 2013 Apr 02, 2013

Sorry, meant to say I tried "bmax" and "bframe" (lower case)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 05, 2013 Apr 05, 2013
LATEST

your syntax is incorrect but otherwise that corrected code works for me:

http://www.kglad.com/Files/forums/test4.html

http://www.kglad.com/Files/forums/test4.fla

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines