Skip to main content
August 1, 2006
Question

movie clip loader

  • August 1, 2006
  • 1 reply
  • 218 views
Hi,
I am using 2 movie clip loaders - one to load jpg's and one for external swfs.
They are both working but.....when i'm on the photo section, and try and load an external swf, the swf loads, but the photo doesn't go away.
What code do I use??
Thanks!!!
This topic has been closed for replies.

1 reply

Inspiring
August 1, 2006
"dc12" <webforumsuser@macromedia.com> wrote in message news:eaofho$nbh$1@forums.macromedia.com...
> Hi,
> I am using 2 movie clip loaders - one to load jpg's and one for external swfs.
> They are both working but.....when i'm on the photo section, and try and load
> an external swf, the swf loads, but the photo doesn't go away.
> What code do I use??
> Thanks!!!

my_mc._visible = false;

or you can use swapDepths to put one mc above another.
tralfaz


August 2, 2006
Thanks!!!
I have a couple of other questions...
1. If I want to make 2 separate mc's invisible, do I have to use 2 lines of code?

2. If I want to make the mc fade out before it becomes invisible, what code do I need to use?
Thanks again.