lizzard
05-27-2010, 09:22 AM
Hi,
I've been trying to get the flash video on my page to appear but i cant seem to get it to work.
<!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" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
<style type="text/css">
.style1 {
margin-bottom: 0px;
}
</style>
<script language="javascript" type="text/javascript">
</script>
</head>
<body>
<div class="style1" style="height: 267px">
<table style="width: 100%">
<tr>
<td style="width: 381px; height: 297px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="merlin intro" align="middle" id="merlin intro" style="width: 347px; height: 291px">
<param name="movie" value="index/Movie - 9 April 10.swf"/>
<param name="quality" value="high"/>
</object>
</td>
<td style="height: 297px">
<table style="width: 100%">
<tr>
<td>
<img src="image/button.jpg" width="20" height="14" />
<a href="index.htm" style="color:#00c7ca; text-decoration:none">Home</a></td>
</tr>
<tr>
<td>
<img src="image/button.jpg" width="20" height="14" />
<a href="products.htm" style="color:#00c7ca; text-decoration:none">Products</a></td>
</tr>
<tr>
<td>
<img src="image/button.jpg" width="20" height="14" />
<a href="contact_us.htm" style="color:#00c7ca; text-decoration:none">Contact Us</a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div></div>
<div>
<span class="style1"><font color="#000000">(c)2010, </font></span></div>
</body>
</html>
Help please :)
I've been trying to get the flash video on my page to appear but i cant seem to get it to work.
<!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" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
<style type="text/css">
.style1 {
margin-bottom: 0px;
}
</style>
<script language="javascript" type="text/javascript">
</script>
</head>
<body>
<div class="style1" style="height: 267px">
<table style="width: 100%">
<tr>
<td style="width: 381px; height: 297px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="merlin intro" align="middle" id="merlin intro" style="width: 347px; height: 291px">
<param name="movie" value="index/Movie - 9 April 10.swf"/>
<param name="quality" value="high"/>
</object>
</td>
<td style="height: 297px">
<table style="width: 100%">
<tr>
<td>
<img src="image/button.jpg" width="20" height="14" />
<a href="index.htm" style="color:#00c7ca; text-decoration:none">Home</a></td>
</tr>
<tr>
<td>
<img src="image/button.jpg" width="20" height="14" />
<a href="products.htm" style="color:#00c7ca; text-decoration:none">Products</a></td>
</tr>
<tr>
<td>
<img src="image/button.jpg" width="20" height="14" />
<a href="contact_us.htm" style="color:#00c7ca; text-decoration:none">Contact Us</a></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div></div>
<div>
<span class="style1"><font color="#000000">(c)2010, </font></span></div>
</body>
</html>
Help please :)