Okay, I have the text "Submit Score" on my final frame. I made this text a button by pressing F8 and adjusting the setting in the dialog. I then added the code:

on (release) {
getURL('http://localhost/flash/submit/001/' + Score);
}

attached to the button. When I get to the final frame and click on submit score, nothing happens. What am I doing wrong? Thanks Troy