The following PHP code is being used to get the querystring terms and dynamically add them to the SWFObject JavaScript code:
foreach($_GET as $variable => $value) {
echo "so.addVariable('$variable', '$value');";
}
Click one of these links to populate the querystring:
An explanation for this example (and more examples) can be found at http://pipwerks.com/lab/swfobject