Visibility for movie clip

I’m trying to load an swf movie clip into an invisible mc, but it won’t go invisible. I want it invisible so it loads quietly, then I can make it visible later, and it’s already loaded. I can’t believe this is this hard for me…seems like I’m overlooking something simple. Here’s my code:


setProperty("sub01", _visible, 0);
loadMovie("int_websites.swf", "sub01");

What am I doing wrong? I tried reversing the two, but to no avail.

Any advice would be greatly appreciated.

Thanks,
Dan

Hi,

You could try leaving a blank key frame in frame 1 of the int_websites movie (with a stop(); action attached to it) then once it is loaded into the clip you can make it visible by playing the movie,

sub01.play();