Skip to main content
Inspiring
July 13, 2006
Question

Hiding a loading movie

  • July 13, 2006
  • 2 replies
  • 204 views
I'm loading a number of movies into existing mcs. Eg existingClip_mc.loadMovie("newClip"). The first line of code on the new mc sets visible to false. Before that code runs, however, as the mcs are loaded they appear momentarily and are then hidden. I've tried setting the hosting mc to visible = false but this doesn't work. What's the trick for invisible loading?

Bob
This topic has been closed for replies.

2 replies

Inspiring
July 13, 2006
existingClip_mc.loadMovie(" http://www.woodside-homes.com/images2/woodside_homes-logoL.jpg",this._visible=false)

--


Dan Mode
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11



"invictusBob" <webforumsuser@macromedia.com> wrote in message
news:e95tlv$m9p$1@forums.macromedia.com...
> I'm loading a number of movies into existing mcs. Eg
> existingClip_mc.loadMovie("newClip"). The first line of code on the new mc
> sets
> visible to false. Before that code runs, however, as the mcs are loaded
> they
> appear momentarily and are then hidden. I've tried setting the hosting mc
> to
> visible = false but this doesn't work. What's the trick for invisible
> loading?
>
> Bob
>


Inspiring
July 13, 2006
I'm sure your method would work Sean, but I'd rather find a tidier solution. Dan, I've tried loadMovie("newClip",this._visible=false) and it has no effect. I'm targetting player 6, is that an issue?

Bob
Inspiring
July 13, 2006
Bob-
Did you try and load the mc off to the side out of the visible play area? Then make it invisible, move the movie clip to the correct position and then finally make visible when it needs to be.
Keep me posted if that works.
Sean