is there a way to load a movie into a container from an array menu…
newmenu= new Array();
newmenu[0]=“About”;
n = new Array();
n[0] = 3;
fields=new Array();
fields[0]=“Testimony”;
fields[1]=“Careers”;
fields[2]=“Executive Team”;
links=new Array();
links[0]=“http://www.tyadam.com”;
links[1]=“http://www.tyadam.com”;
links[2]=“http://www.tyadam.com”;
is the menu array code… is there a way to substitute the URL link… for a loadMovie style command?..
like
on (release){
loadMovie(“blah.swf”, “_root.container1”);
}
thanks for the help !