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