all groups > flash (macromedia) > june 2006 >
You're in the

flash (macromedia)

group:

loadMovie not loading correctly


loadMovie not loading correctly respondplease
6/13/2006 7:20:41 PM
flash (macromedia):
Hello everyone,

I have a link that loads a movie, but the movie loads right behind the links.
In other words I can still see the links in front and the movie clip loads
right behind it. I've tried link._visible = false; and a variation thereof but
it still doesn't work. Below is the AS on my link. Should I put a target for
the movie clip? If so, what should it be?

on (release) {
vhost_mc.loadMovie("http://www....")
}

Any help is appreciated.
Thanks!
Re: loadMovie not loading correctly dzxmzx
6/13/2006 9:06:59 PM
try loading the movie to a higher level than the Nav. IE:
on (release) {
loadMovieNum("", 60);
}
AddThis Social Bookmark Button