Flash Movieclip Postback Web Form

Hi All,

Working with an ASP.NET web form and want to make a flash movie with a button. I want to make the button function like a submit button and perform the postback. What actionscript do you need to place on the flash button/mc?


onRelease{
  getURL(  ???    , "post");
}