Skip to main content
Participating Frequently
May 18, 2009
Answered

print

  • May 18, 2009
  • 1 reply
  • 728 views

Hi all

I have a problem with printing document from two levels ( _level0, _level1).
Do you know how can i print (printAsBitmap, because of alpha) document like this - from two _level-s to one page!! thx a lot

Kajo

This topic has been closed for replies.
Correct answer kglad

yes, but one _level to one page and not two(or more _levels) to ONE PAGE!!! and that i want


like i said in my first post, whatever you want to appear on one printed page must be added to one movieclip.  so, if you have some objects in _level1 that you want to print on the same page with some objects elsewhere, you should create a movieclip that contains those objects and print that movieclip.

1 reply

kglad
Community Expert
Community Expert
May 18, 2009

you'll need to add the content from one level to the other or, even better, create a movieclip and add the content from both levels to the movieclip which you'll then print.

Kajo1313Author
Participating Frequently
May 19, 2009

and can you tell me please if I can copy(duplicate) whole content from _level0 and _level1 ?? Something like  "duplicateMovieClip(_level0, newname:String, depth:Number)".

thx a lot

Kajo1313Author
Participating Frequently
May 20, 2009

simple example, i have swf and i load to it another swf into _level1, and then i want to print it from Flash Player menu = it will print only contents from _level0, is it normal or any mistake??