PDA

View Full Version : Mask a movie with another movie?



huckwalton
February 24th, 2009, 06:31 PM
Does anyone know if a loaded swf can mask an object on the swf that loaded it?

Very important!

Thank you!!

mpelland
February 24th, 2009, 06:53 PM
setMask to set the mask.. but make sure that both the movies are set to cacheAsBitmap.

that may work for you

huckwalton
February 24th, 2009, 08:13 PM
setMask to set the mask.. but make sure that both the movies are set to cacheAsBitmap.

that may work for you

cacheAsBitmap! that might be the problem! Thanks!