S_HA_DO_W adlı üyeden alıntı: mesajı görüntüle
function game_file(){
		global $swf;
		if(preg_match("/<frame/i", $swf)) {  
			echo $swf;
		} else if(preg_match("/<embed/i", $swf)) {  
			echo $swf;
		} else if(preg_match("/<iframe/i", $swf)) {  
			echo $swf;
		} else if(preg_match("/.dcr/i", $swf)) { 
			echo '<script type="text/javascript">
			<!--
			dcr("'.$swf.'", "728", "490");//-->
			</script>'; 
		} else if(preg_match("/.swf/i", $swf)) { 
			echo $swf;
denermisin.
şuanda tabletten yazıyorum. noktalama hatası yada yanlış yazım vs olabilir.
çok teşekkür ederim çözüldü bu şekilde