Hi,
I’m trying to load a couple of .swfs into a main swf. I wan to drop it into a target movieclip. This is all I have
function movieSelector() {
loadMovieNum(comboBox.getSelectedItem().data, 2);
}
stop();
but this drops it into a level. Anybody got any ideas?
Thanks