
19-07-2010, 12:21:02
|
| |
function.embed.php PHP- Kodu: <?
function embed($kod,$width,$height) {
if(eregi("<",$kod)) {
$basla = array('/height="([0-9]+)"/','/width="([0-9]+)"/','/height=([0-9]+)/','/width=([0-9]+)/','/height:([0-9]+)/','/width:([0-9]+)/');
$bitir = array('height="'.$height.'"','width="'.$width.'"','height="'.$height.'"','width="'.$width.'"','height:'.$height,'width:'.$width);
$kod = preg_replace($basla,$bitir,$kod,-1);
return $kod;
}else{
$embed = '<div id="playerx" style="float:left;">
<embed src="https://www.4shared.com/flash/player.swf" flashvars="file='.$kod.'&dock=true" quality="high" width="535" height="450" name="mymovie" align="middle" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</div> ';
return $embed;
}
}
?> buyur hocam bunu kullanın lugesoft için |