Увидел в хэлпе по этому методу любопытную фразу

Код:
method:String [optional] - Specifies an HTTP method for sending or loading variables. The parameter must be the string GET or POST. If no variables are to be sent, omit this parameter. The GET method appends the variables to the end of the URL and is used for small numbers of variables. The POST method sends the variables in a separate HTTP header and is used for long strings of variables.
ну, с передачей переменных загружаемому клипу все понятно.
а вот каким образом можно получить переменные вместе с отдаваемым контентом?
то есть если обращаться не напрямую к jpg/swf, а к php-скрипту - как отдать и контент, и некие переменные?