PHP Code:
<body bgcolor="#eeeeee"> <center> <h2>Video<?php echo $_GET["epinum"] ?></h2> <table summary="" width="350" height="350" cellpadding="0" cellspacing="0"> <tr> <td colspan="3" height="55" bgcolor="#000000"></td> </tr> <tr> <td width="15" bgcolor="#000000"></td> <td width="320" height="240"> <object width="320" height="240" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"> <param name="salign" value="lt"> <param name="quality" value="high"> <param name="scale" value="noscale"> <param name="wmode" value="transparent"> <param name="movie" value="http://geekfile.googlepages.com/flvplay.swf"> <param name="FlashVars" value="&streamName=linkeremovedforsupport<?php echo $_GET["epinum"] ?>.flv&skinName=http://geekfile.googlepages.com/flvskin&autoPlay=true&autoRewind=true"> <embed width="320" height="240" flashvars="&streamName=#linkremovedforsupport<?php echo $_GET["epinum"] ?>.flv&autoPlay=true&autoRewind=true&skinName=http://geekfile.googlepages.com/flvskin" quality="high" scale="noscale" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://geekfile.googlepages.com/flvplay.swf" wmode="transparent"> </embed> </object></td> <td width="15" bgcolor="#000000"></td> </tr> <tr> <td colspan="3" height="55" bgcolor="#000000"><center><a href="epiportal.html">Return to Video Portal</a></td> </tr> </table> </center> </body>
We'll in a nut shell, this thing doens't work at all in IE. However its works perfectly in FF.
So my question is - How can i get this to work in Internet Explorer?
Red_X_
|