you can do what you want;

to get
myflash.swf?var1=something&var2=somethingelse


in PHP you just
PHP Code:
myflash.swf?<?php echo 'var1='.$variable1.'&var2='.$variable2;?>