Jump to content
Search Community

Glow Filter doesnt work on Mobile

Omarata test
Moderator Tag

Recommended Posts

I am using tween max in flash and I am using glow filter effect on a movieclip

it works well when debugging on computer but when I try to use it on mobile the glow effect doesn't happen

Is it not supported on mobile?

 

here's the code:

TweenMax.to(mc,1,{delay:1.5,glowFilter:{color:0xff0000,alpha:1,blurX:40,blurY:40,strength:1.5}})

any help?

Link to comment
Share on other sites

That's probably more of a question for Adobe. I'm not very familiar with what's supported in the mobile AIR stuff, but it wouldn't surprise me if filters weren't available. Did you make sure you activated the GlowFilterPlugin? 

  • Like 1
Link to comment
Share on other sites

Thanks for the reply ,

 

I figured out it is because flash disables filters when rendering mode is set to "GPU",

it should be either "CPU"  OR  "DIRECT"

It worked on CPU but animations are not smooth at all

Is it possible to do it while it is set to "GPU"?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...