Salve a tutti!
potreste dare 1 occhiata a questo codice, e farmi sapere cosa modificare per far si' che il tutto si veda anche in firefox? per ora in explorer è tutto ok ma con l'altro browser non viene visualizzato nessuno contenuto swf.
grazie a tutti in anticipo!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>GALLERY from EATERS The Movie</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript">
swfobject.embedSWF('index.swf', 'website', '100%', '100%', '9.0.45',
'swfobject/expressinstall.swf', {}, {bgcolor: '#000000', allowFullScreen: 'true'}, {id: 'website'});
</script>
<style type="text/css">
/* hide from ie on mac \*/
html, body, #website {
height: 100%;
overflow: hidden;
}
/* end hide */
body {
background: #000000;
font: 86% Arial, sans-serif;
margin: 0;
}
.style1 {color: #FFFFFF}
</style>
</head>
<body>
<div id="website">
<p align="center" class="style1">In order to view this page you need Flash Player 9+ support!</p>
<p align="center">
<a href="http://www.adobe.com/go/getflashplayer">
</a> </p>
</div>
</body>
</html>

</a> </p>
Rispondi quotando