Ciao a tutti, ho questo codice in una pag php che mi fa vedere dei video i cui valori sono passati dalla pag precedente....tutto ok con firefox e google chrome, con ie dopo alcuni video nn mi carica + il video e non mi fa vedere una mazza..nn mi carica niente..
un grazie a tutti in anticipo !!!! buone feste
<?
$video=$_GET['video'];
$videoname=$_GET['videoname'];
//print($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=utf-8" />
<title>LadyBirdProject - Video </title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
.Stile1 {
color: #CCCCCC;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Stile2 {
color: #CCCCCC;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="100%" border="0">
<tr>
<td><div align="center"><span class="Stile1">LadyBirdProject - Video</span></div></td>
</tr>
<tr>
<td><div align="center" class="Stile2">
<?
print($videoname);
?></div></td>
</tr>
<tr>
<td><div align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','320','height ','240','id','FLVPlayer','src','FLVPlayer_Progress ive','flashvars','&MM_ComponentVersion=1&skinName= Corona_Skin_3&streamName=video/<?=($video);?>&autoPlay=true&autoRewind=true','qua lity','high','scale','noscale','name','FLVPlayer', 'salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','FLVPlayer_Progressive' ); //end AC code
</script>
<noscript>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Corona_Skin _3&streamName=video/<?=($video);?>&autoPlay=true&autoRewind=true" />
<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_ Skin_3&streamName=video/<?=($video);?>&autoPlay=true&autoRewind=true" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"> </embed>
</object>
</noscript>
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center">
<form>
<div align="center">
<input type="button" value="Chiudi finestra" onclick="window.close()" />
</div>
</form>
</div></td>
</table>
</body>
</html>