Find a movie and loading it on a level

Please does anyone know if i can have a imput box to locate a movie and loading it?
Thanks

cool, by answering your question, i found the answer to my own problem, well here’s the script!


findClip.onPress = function():Void{
	_root.attachMovie(inputBox.text, "mcBox", 1);
	mcBox._x = 400;
	mcBox._y = 400;
}

and here’s the source file