Skip to main content
Participant
December 10, 2010
Answered

DropShadowFilter on Air for Android

  • December 10, 2010
  • 1 reply
  • 871 views

Hi all,

Is there a known issue with publishing air applications to android that use filters (i.e. DropShadowFilter, BlurFilter) ? As when I try publishing to my phone, the movieclips in question do not even render to the stage, which is strange considering they work fine when I preview them as an SWF on my computer. I've tried applying the filters in the CS5 library, and doing it using code in my document classes and neither seems to work! I've obviously tried with cacheAsBitmap(Matrix) both on and off as well.

Just wondering if its something that isn't supported? Or if there's a way round it?

Thanks.

This topic has been closed for replies.
Correct answer banzai76_

Check you've got renderMode set to 'cpu'?

Filters and 'gpu' don't play together at all, I believe.

1 reply

banzai76_Correct answer
Inspiring
December 10, 2010

Check you've got renderMode set to 'cpu'?

Filters and 'gpu' don't play together at all, I believe.

zooo0mAuthor
Participant
December 11, 2010

Yes I did have it set to GPU. Thanks a lot!