setmask not working on dynamil loaded image
hey guys hope you can help with this one.
I am loading in a dynamic image from an external file, now I am loading it into an existing movieclip btu when I do the masking on the MC doesn't work :S
PHP Code:
product_shadow.setMask(masker);
thats the code I am using to set the masker inside the MC, this code is contained in the movieclip itself
PHP Code:
loadMovie("padlock_big.png", _root.b0.product);
loadMovie("padlock_big.png", _root.b0.product_shadow);
thats the code that loads the images in, anyone know of a way to get this working?