Echo input text in another command

If I have an input text field and a user enters a URL into the swf, is there a way to have that echo in the loadMovie action script?

container.loadMovie(“echo user entered URL”);

I’m using a program that’s a bit different than fla but I’m hoping I can make an apple fit an orange’s spot :slight_smile:

What I want to do is load a picture into a movie clip (container) using the URL to the image, but I want the user to define the URL and essentially upload any image from the NET in that postion.

Any help is very much appreciated.

I figured it out.

I just needed to asign the text field as a var and then insert the variable where the URL would go.