Posts: 33
Location: Toronto, Canada
|
I have created a site in dreamweaver and had a small cell that had a Flash Button in it. I put some javeacript code on the site and the flash portion now does not show up when i view it in the browser.
Here is the code for the whole page.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Studio Ed Jewellers of Bolton</title>
<meta http-equiv="keywords" content="Studio Ed, Studio Ed Jewellers, Jewellery, Birks, Mappins, Wedding Rings, Engagement, Engagement Rings,Diamonds, Gems, Motion jewellery, necklaces, bracelets, gold, Silver, pearl, crystal, brooches, cufflinks, earrings, anniversary bands, anniversary gifts, wedding gifts, peoples jewellers, jewels, jewelry, Edgar, Bolton, Caledon, Caledon East, Bolton Jewellers, Caledon Jewellers"
<META http-equiv="Page-Enter" content="RevealTrans(Duration=4,Transition=4)">
<style type="text/css">
body {
scrollbar-3dlight-color: #691B68;
scrollbar-arrow-color: #691B68;
scrollbar-base-color: #522650;
scrollbar-darkshadow-color: #522650;
scrollbar-face-color: #522650;
scrollbar-highlight-color: #691B68;
scrollbar-shadow-color: #350034;
}
</style>
<style type="text/css">
<!--
body {
background-color: #2C142B;
background-image: url(images/SEJ_background4.gif);
background-position:center;
background-repeat:no-repeat;
}
</style>
</head>
<body>
<table width="811" border="0" cellpadding="0" cellspacing="0" align="center">
<!--DWLayoutTable-->
<tr>
<td width="664" height="102"> </td>
<td width="148" valign="top"><object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="146" height="105">
<param name="movie" value="Flash/starring.swf">
<param name="quality" value="high">
<embed src="Flash/starring.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="146" height="105"></embed>
</object></td>
</tr>
<tr>
<td height="508"> </td>
<td> </td>
</tr>
</table>
</body>
</html>
What have I done wrong.
Thanks
Taz
|