Emma Watson Luky


bu sayfalar ff de çalışıyor ie de çalışmıyor sorun ne olabilir?

izlee.php nin içi
<?



$id = $_GET['id'];
$title = $_GET['video'];


?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="/images/style.css" media="screen" rel="Stylesheet" type="text/css">
<title><? echo("$title");?></title>
</head>
<body>
<STYLE>
<!--
body,p,div,span,marquee,td{font-family:Tahoma,Verdana;font-size:12px;}
a:hover{color:#FF6600}
a{color:#000066}
h1{font-family:Tahoma,Verdana;font-size:12px;}
-->
</STYLE>
</HEAD>
<BODY BGCOLOR="#666666" TOPMARGIN="10">
<TABLE WIDTH="750"  BORDER="0" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0">
  <TR>
    <TD WIDTH="6" ALIGN="RIGHT" VALIGN="BOTTOM"><IMG SRC="1.gif" WIDTH="6" HEIGHT="7"></TD>
    <TD BGCOLOR="#FFFFFF"></TD>
    <TD WIDTH="6" VALIGN="BOTTOM"><IMG SRC="2.gif" WIDTH="6" HEIGHT="7"></TD>
  </TR>
  <TR BGCOLOR="#FFFFFF">
    <TD>&nbsp;</TD>
    <TD><TABLE>
<? include "ust.php"; ?>

    <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/<? echo("$id");?>"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<? echo("$id");?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
    
    
    
    
    </TABLE></TD>
    <TD>&nbsp;</TD>
  </TR>
    
    
</body>
</html>