Copy link to clipboard
Copied
Hello everyone,
I have been struggling with one of my banners.. i added a glow to text but when i publish and test the glow is always red no matter what color i switch too...
Is this a bug?
Copy link to clipboard
Copied
what's the new cjs.Shadow argument?
Copy link to clipboard
Copied
im not sure what you mean by that.... im just adding a filter to the movie clip
Copy link to clipboard
Copied
check your js document.
Copy link to clipboard
Copied
this.instance.shadow = new cjs.Shadow("rgba(255,255,255,1)",5,5,10); still doesnt show
Copy link to clipboard
Copied
that's a white glow which won't show on a white stage. ie, change your stage background or position the object above a colored background.
if you've done that and see a red glow, you're not viewing the correct html/js.
Copy link to clipboard
Copied
its sitting on a background image so not sure why it wont show... the image is a backdrop of a winter scene.... when i add the filters in animate i can see them visible in the application but when opening the html file they are gone
Copy link to clipboard
Copied
how can you view in animate? testing in animate should open a default browser.
Copy link to clipboard
Copied
You should NOT be using filter effects in HTML banners. Current browsers do not have native support for glow, etc. filters, so they're simulated manually, pixel-by-pixel, by JavaScript. This is very resource-intensive. Resource-intensive banners is why people started using ad blockers.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now