Codice PHP:
<?php
$file
="movie".rand(03).".swf";
?>
<object width="550" height="400">
<param name="movie" value="<?php echo $file?>">
<embed src="<?php echo $file?>" width="980" height="100">
</embed>
</object>