Flash Does "GET" When I say "POST"

When I try and send data from an mc ‘form’, my server picks up that flash is using a “GET” command, although I am specifying a “POST” in the ascript. WHY On earth is this?!

My simple code is:

on (release)
{
form.loadVariables(“myURL.cfm”, “POST”);
}

-----> and before you say it -> I have tried the getURL command - and it does the same thing… :slight_smile:

What is going on!?