Help with loading value!

what i’m doing is making a button, when this button is clicked on it will store a value (lets say page.swf), later on it will use that info to load a movie (the value page.swf).

on the button i put:
on (release) {
play();
address = “linkbank/linkpool/art.swf”;
}

BTW address is a input text field!

now the loadmovie action i was thinking something along the lines of:
loadMovie($address, “content”);

I’m bad with actionscirpt so correct me please.

thanks