Skip to main content
March 12, 2007
Question

How to apply glowfilter to an external GIF file

  • March 12, 2007
  • 1 reply
  • 213 views
Hello,

I am trying to load an external transparent GIF file with
loadMovie("mypicture.gif", container);

I made on the stage a movieclip with the instance container. When i manually apply a filter to this movieclip
and when the picuter is loaded in this target you don't see a glow.

Perhaps it should be done by actionscript, does anyone know how?

Regards,
Micheal
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
March 12, 2007
you must wait until loading is complete to apply the filter. so, that will require using actionscript.