Hi guys,
i’ve included my entire flash website in html in this way:
<!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=iso-8859-1" />
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
<!--
*,body,html {
margin:0px;
padding:0px;
height:100%;
overflow:hidden;
}
</style>
<script type="text/javascript">
swfobject.embedSWF("index.swf", "myContent", "100%", "100%", "10.0.0");
</script>
</head>
<body bgcolor="#871730">
<div id="myContent">
<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW"><font size="1" face="Tahoma" color="#FF9900">scarica Flash Player</font></a>
</div>
</body>
</html>
but safari didn’t display that…why? :sigh: