PDA

View Full Version : loadMovie, MovieClip color problem



shoglo
November 10th, 2004, 06:12 AM
Hello,

I have a color problem when loading a movie clip.

I have a root animation with white background including a movieclip. I have to load clips using loadMovie into that movieclip. When I load those movies, who have different background colors, the loaded movie's background color is completely ingored so I always have the white background.

I've tried to find the original background color of the movie I load but no success. Did someone can help me with this problem ?

Thanks

dboers
November 10th, 2004, 06:40 AM
The easiest wat is to create a background color with the rectancle tool instead of using the background color from Flash

shoglo
November 10th, 2004, 09:23 AM
Yes it is what I've done but how can I get the original background color of the movie loaded ?

maximum_flash
November 10th, 2004, 12:42 PM
maybe loading the movie onto another level would work.

shoglo
November 10th, 2004, 12:55 PM
Yes but in that case I would lose the specific actions I put on the movieclip because loading the animation will replace my own animation, no ?