Here is what I decided on, if you want to use the code all you have to do is set $MyVar to whatever value you want.

PHP Code:

<?php
 $MyVar 
25;
  print(
"<param name=\"FlashVars\" value=\"myvar1=$MyVar\">\n");
?>
~KK