Skip to main content
November 14, 2011
Answered

Why filters doesn`t show in my application?

  • November 14, 2011
  • 1 reply
  • 1067 views

I made filters (affect) to the text, and it doesn`t show me why?

This topic has been closed for replies.
Correct answer Colin Holgate

If you're using GPU, you would need to draw your movieclips with their filters into a bitmapdata/bitmap, and then show that, because filters don't work on GPU. If you're using CPU, then they should be working.

If these are filters that you've set on the stage, just to look nice, you might think about doing a Convert to Bitmap on the stage. That way they will work better, and look exactly right, even with GPU.

1 reply

November 16, 2011

UP

Colin Holgate
Colin HolgateCorrect answer
Inspiring
November 16, 2011

If you're using GPU, you would need to draw your movieclips with their filters into a bitmapdata/bitmap, and then show that, because filters don't work on GPU. If you're using CPU, then they should be working.

If these are filters that you've set on the stage, just to look nice, you might think about doing a Convert to Bitmap on the stage. That way they will work better, and look exactly right, even with GPU.