Mood:

Topic: CGI scripts
Hi
can someone please help me..My intro.swf seems not appear on my webpage. Its juz blank
here is the website:https://www.angelfire.com/retentiontelesale/index01.html
the intro.swf is in the same folder with index.01
my coding:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000" text="#CCCCCC" link="#00CCFF" vlink="#00CCFF" alink="#00CCFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<div align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="450">
<param name=movie value="intro.swf">
<param name=quality value=high>
<embed src="intro.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="450">
</embed>
</object> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="index.html">skip</a></font></div>
</td>
</tr>
</table>
</body>
</html>
how can i make work?