Hi,

I work with swf files created in a non-flash software. I embed these into my
website. The site is built up with tables as I would like to have a border
aournd the main content. Not a problem if I embed the flash object into the
table with the exact sizes. The table is set with a width of 100% in order to
have a full screen. I would like to scale the swf within the table also.

However this does not work if I set the width and heigth of the flash at 100%.

Can anyone help me this, please???

Complete code:

<html>

<head>
<script type="text/javascript" src="../js/stm31.js"></script>
<script type="text/javascript" src="menu_settings.js"></script>
<title>Monterey | Performance Group</title>
<LINK href="../css/mainstyle.css" type=text/css rel=stylesheet>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body>
<script type="text/javascript" src="../js/main_menu.js"></script>
<hr align="center" size="1" noshade color="#D1D1D1">
<table width="100%" height="22" border="0" cellpadding="0" cellspacing="0"
style="margin-bottom: 0" background="../images/path_bg.gif">
<tr>
<td width="25" valign="middle"><img src="../images/empty.gif" width="25"
height="8"></td>
<td valign="middle" class="pathtext">
<!-- Begin Pagina Titel -->
Monterey > Management Rapportage > Helicopter View</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0"
style="margin-bottom: 0">
<tr>
<td><table width="100%" border="1" cellpadding="10" cellspacing="0"
style="margin-bottom: 0">
<tr valign="top">
<td width="100%">
<table width="100%" border="0">
<tr>
<td width="1"></td>
<td><!-- Begin Flash Object -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,40,0" width="968" height="544" align="top">
<param name="movie" value="../flash/HelicopterView.swf">
<param name="quality" value="high">
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<param name="wmode" value="transparent">
<embed src="../flash/HelicopterView.swf" wmode="transparent"
quality=high bgcolor=#FFFFFF WIDTH="968" HEIGHT="544" NAME="myMovieName"
ALIGN="top" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</object>
<!-- Eind Flash Object -->
</td>
</tr>
<tr>
<td></td>
<td>&nbsp;</td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>