[FONT=verdana, arial, helvetica][SIZE=2]Hi to all,
I have developed this code for displaying 100% flash.
But I am not getting that one. Width is comming fine But height is not comming.
Can any one plz help me to Solve this Problem.
[/SIZE][/FONT]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>test</title>
<style type="text/css">
<!--
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
</head>
<style type="text/css">
<!--
div {
float: left;
height: 100%;
width: 100%;
}
html,body{
height:100%;
width:100%;
}
-->
</style>
<body><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td colspan="2"><h1>Headding</h1></td></tr>
<tr>
<td width="160" rowspan="2" align="left" valign="top"><span class="style1">Text comes here Text comes here Text comes here Text comes here </span></td>
<td align="left" valign="top"><div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="100%" height="100%" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="gallery.swf" />
<param name="quality" value="high" />
<embed src="gallery.swf" quality="high" width="100%" height="100%" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>
</object></div></td>
</tr>
<tr>
<td align="left" valign="top"> </td>
</tr>
<tr align="center" valign="bottom">
<td height="25" colspan="2" class="style1">home | About Us | Contact Us</td>
</tr>
</table>
</body>
</html>