I want to use a button to load a movie (not movie clip), a new url, and also pass the variable REQUEST into it. Any suggestions?
--------------------------------------------------------------------
Currently I'm using this:

on (release) {
request = "privacy";
loadMovie("pages/termsconditions.swf", "this", "POST");
}