Add this function to an include-able php file.
=================CUT====================
function flashembed($file, $width, $height) {
$swfdir = "images/swf";
echo "
";
}
=================CUT====================
Include the function file; and call the function, specifying the swf file, the width and height e.g.
include ('functions.php');
flashembed(test, 700, 400);