PDA

View Full Version : Loading into MC/external swfs


barney-0-
10-18-2006, 05:30 PM
Hey...i not too sure how to do this.

For this example, i have the 'main.swf' and a loaded 'test.swf'

On the main time line a have a empty mc 'infobar'.
From the test.swf i load menu.swf into the mc 'infobar'...which works fine.

On the menu.swf i have another empty MC 'text', that i want to load into from the test.swf...which i have no idea how to.

To try and clarify...how do i loadmovie from the test.swf, via a button, into an mc 'text' thats in a swf called menu.swf?

I hope someone could help....if you can understand!

Thanks in advance

anonymous
10-23-2006, 11:18 AM
on(release){
_level0.infobar.text.loadMovie("your_other.swf");
}

But bad idea to use text as an instance name, since it's a reserved word in Flash.