Thanks for your help. I really appreciate you take the time to help. I am still a little confused though.
I thought you would use a text file. Something like:
ActionScript Code:
var link = "http://www.google.com"
and then do something in the fla like:
ActionScript Code:
loadVariablesNum("text.txt");
button.onRelease = function() {
getURL(link, "_self");
}
Is this way off? Overall I am a little confused about how you create, load and then use the variable. When I define the variable in the fla, it seems to work well. But when I try the external file, things fall apart.
Thanks again.