View Single Post
Old 05-20-2009, 06:48 AM   #1 (permalink)
thedude
Junior Member
 
Join Date: 03-07-05
Posts: 25
iTrader: 0 / 0%
Latest Blog:
None

thedude is liked by many
FAIL (the browser should render some flash content, not this).

Please see if anyone look and my coding and see what I may be missing. I keep getting error.Fail the browser should render flash object.
Website is www.gatorprime.com

Coding
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>----Index----</title>

<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>
<table align="center" style="width:800px; height:892px">
<tr>
<td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="800" height="892">
<param name="movie" value="flash/main_flash8.swf">
<param name="quality" value="High">
<param name="menu" value="false">

<object data="flash/main_flash8.swf"
width="800" height="892" type="application/x-shockwave-flash">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
FAIL (the browser should render some flash content, not this).
</object>

</object>
</td>
</tr>
</table>
</body>
</html>

Thanks...If you can tell me what needs to be changed. Thanks


FAIL (the browser should render some flash content, not this).
thedude is offline   Reply With Quote