Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Fem_creating #1
Maximize swf in html table
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> </td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Fem_creating Guest
-
xml to html table
I am trying to get an simpls xml file to display into a simple html table. I can get it to work with IE, but for some reason, nothing comes up with... -
SWF alignment in HTML Table
i've created a "seamless" HTML template using tables. i want to replace an img element with a flash element. img size is 10 x 10. <td> width is... -
css table vs. html table
I've been using standard html tags to create tables. Over the past two years I have been reading about the advantages of using CSS to create tables,... -
Changing a html table when new data is entered into SQL table.
Hi all, I was wondering if anyone has any ideas on how I would go about this task. What I have is a html table which is populated from 2 different... -
How to parse html table
I would like to parse html table retriving table information.



Reply With Quote

