1

That is my question. I have many swf files with AS2 inside and I know that all of them has MovieClip named "viewport". So, I need to print all frames from these MovieClips.

I tried to do this with printjob class, but function my_pj.addPage(...) always returns false, and I have no idea why.

So I decided to use simple print(mc,"bframes") function. That's why I need to have only one MovieClip with all frames of all viewport MovieClips.

Please tell how to get one MovieClip from many swf's MovieClips, that was loaded by MovieClipLoader.loadClip.

If it possible with using BitmapData class, note how to copy ALL frames of MC to new one, please.

Mehul Mistri
  • 15,037
  • 14
  • 70
  • 94

1 Answers1

0

Use the following process:

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265