Ciao a tutti e grazie a priori... scusate se vi sto per porre una domanda facile facile... ma almeno non perderete troppo tempo!![]()
Scerzi a parte, non riesco a far centrare il mio documento il flash nella pagina HTML. Il codice è:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
BODY {
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#FFBA00;
scrollbar-shadow-color:#F3F3F3;
scrollbar-face-color:#FFBA00;
scrollbar-highlight-color:#F3F3F3;
scrollbar-dark-shadow-color:#FFFFFF;
scrollbar-3d-light-color:#3C0B11;
}
//-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>::: Discover Salento :::</title>
<style type="text/css">
html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
table {
width: 100%;
height: 100%;
}
</style>
</head>
<body bgcolor="#FFB900">
<div align="center">
<table border="0" cellpadding="0" width="700" height="1100">
<tr>
<td width="760" height="1100">
<object type="application/x-shockwave-flash" data="menu.swf" width="100%" height="100%" align="top">
<param name="movie" value="menu.swf" quality=best scale=noscale wmode=transparent devicefont=true>
<PARAM NAME=quality VALUE=best>
<PARAM NAME=scale VALUE=noscale>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=devicefont VALUE=true>
</object>
<object type="application/x-shockwave-flash" data="home.swf" width="100%" height="100%">
<param name="movie" value="home.swf" quality=best scale=noscale wmode=transparent devicefont=true>
<PARAM NAME=quality VALUE=best>
<PARAM NAME=scale VALUE=noscale>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=devicefont VALUE=true>
</object>
</td>
</tr>
</table>
</div>
</body>
</html>
Dove sbaglio?
Aiutatemi please!
Grazie