Skip to main content
Participant
May 8, 2013
Question

Reg. JPG conversion for movieclip

  • May 8, 2013
  • 1 reply
  • 394 views

I'm working on online Product design in where i need to change the color or movieclip

using tint.After that I need to save it as jpg.For save operation i'm using ascore->JPEGEncoder.

My problem is that after I'm not able to save movieclip with tint color.It's always display original

Movieclip in jpg file.Pls inform me if any workaround for this issue.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 8, 2013

you're probably using the bitmapdata's draw method which, by default, creates a bitmapdata object using the untransformed source.  to create a transformed bitmapdata object, use the draw methods parameters.