hey all,
i have been struggling with this for a long time and i haven’t been able to come up with a solution.
i have a main movie (homepage.html). On that main movie i have a CONTAINER MC. Into the container MC i am loading VIDEO.SWF. This swf file has a slider navigation menu in it. Within this slider navigation menu, I have another movie clip container called talkingHead. when a user clicks on a button in the slider navigation I have a swf load into this talkingLight MC. I would like to preload the swf that is loading into this talkingLight MC. But my code doesn’t seem to be working.
right now I have
what i am doing wrong??? is there some conflict cause of the slider menu system, or do masks affect your ability to preload (i highly doubt this is the problem)
hope you can help
Hmm, there is something wrong with the targeting, but i can’t really see since all this is very confusing (better if you posted with the AS tags next time :)).
Ok so i see the preloader is in the video you want to load, i usually put it inside the in the file that is loading the one you want to preload. Get it?
That might help, but i’m not sure and i don’t have your other fla…
Just make a new movieclip (with nothing inside), then put your code in there. And so when you click on a button, you target this frame so it loads your thing. Get it? :-\