centering elements on a page


after trying every technique centering flash movie on html document thought had arrived @ best solution here:

 

http://apptools.com/examples/tableheight.php

 

based on suggestions on site created table contains flash movie controlled css in order center both vertically , horizontally.  when testing on computer runs perfectly, exacly had intended. when uploaded web host when upen url screen blank.  have tried reuploading site few times same problem occurs.  issue truely appreciated , stop more hair loss.  here code:

 

 

<!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>glendale document</title>

<style type="text/css">
<!--
#fullheight {
height: 100%;
}
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
body {
background-color: #000000;
}

-->
</style>
<script src="../scripts/ac_runactivecontent.js" type="text/javascript"></script>
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="fullheight">
  <tr>
    <td><div align="center">
      <script type="text/javascript">
ac_fl_runcontent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','1000','height','650','src','glendalematch','quality','high','pluginspage','http://www .adobe.com/shockwave/download/download.cgi?p1_prod_version=shockwaveflash','movie','glenda lematch' ); //end ac code
</script><noscript><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="1000" height="650">
        <param name="movie" value="glendalematch.swf" />
        <param name="quality" value="high" />
        <embed src="glendalematch.swf" quality="high" pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?p1_prod_version=shockwaveflash" type="application/x-shockwave-flash" width="1000" height="650"></embed>
      </object>
    </noscript></div></td>
  </tr>
</table>
</body>
</html>

did upload file?

 

<script src="../scripts/ac_runactivecontent.js" type="text/javascript">

 

if *did*, post link page can diagnose problem.



More discussions in Dreamweaver support forum


adobe

Comments