Nightcrawler
11-25-2008, 12:17 PM
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Eliptica Solutions</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style>
body{margin:0; padding:0; font-family:'Trebushet MS', Arial; font-size:12px; color:#71706E; }
a{ text-decoration:none; color:#01BAF3; font-weight:bold; }
a:hover{ text-decoration:underline; }
#footer{ padding:2px; padding-right:20px; font-size:10px;}
</style>
</head>
<body bgcolor=#FFFFFF>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','600','height','342','title','banner','src','banner','quality' ,'high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','banner' ); //end AC code
</script>
<noscript>
<table id="Table_01" width="600" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="600" height="342" title="banner">
<param name="movie" value="banner.swf" />
<param name="quality" value="high" />
<embed src="banner.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="342"></embed>
</object>
</td>
</tr>
<tr>
<td><div align="center">
<p> </p>
<p>Description here. </p>
<p> </p>
</div></td>
</tr>
<tr>
<td align="center">option3</td>
</tr>
<tr>
<td align="center">option2</td>
</tr>
<tr>
<td align="center">option1</td>
</tr>
<tr>
<td align="center">Contacts</td>
</tr>
</table>
</noscript>
</body>
</html>
That's my code, I can get my flash animation to align in the center, it looks good on dreamweaver but when i test it on firefox, it aligns at left. and it won't show the table rows that come down the flash animation.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Eliptica Solutions</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style>
body{margin:0; padding:0; font-family:'Trebushet MS', Arial; font-size:12px; color:#71706E; }
a{ text-decoration:none; color:#01BAF3; font-weight:bold; }
a:hover{ text-decoration:underline; }
#footer{ padding:2px; padding-right:20px; font-size:10px;}
</style>
</head>
<body bgcolor=#FFFFFF>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','600','height','342','title','banner','src','banner','quality' ,'high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','banner' ); //end AC code
</script>
<noscript>
<table id="Table_01" width="600" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="600" height="342" title="banner">
<param name="movie" value="banner.swf" />
<param name="quality" value="high" />
<embed src="banner.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="600" height="342"></embed>
</object>
</td>
</tr>
<tr>
<td><div align="center">
<p> </p>
<p>Description here. </p>
<p> </p>
</div></td>
</tr>
<tr>
<td align="center">option3</td>
</tr>
<tr>
<td align="center">option2</td>
</tr>
<tr>
<td align="center">option1</td>
</tr>
<tr>
<td align="center">Contacts</td>
</tr>
</table>
</noscript>
</body>
</html>
That's my code, I can get my flash animation to align in the center, it looks good on dreamweaver but when i test it on firefox, it aligns at left. and it won't show the table rows that come down the flash animation.