Firefox vil ikke vise mine flash sites
firefox vil ikke vise flash på de sider jeg laver sådan her:<!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" />
<title>Kropz.dk</title><style type="text/css">
<!--
body {
margin-top: 0px;
background-color: #000000;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="JavaScript" src="createObject.js" type="text/jscript"></script>
</head>
<body scroll="no">
<div align="center">
<script language="JScript" type="text/jscript">
var objectDefinition =
'<object width="100%" height="100%">' +
' <param name="movie" value="5955.swf"></param>' +
' <param name="quality" value="high"></param>' +
' <param name="menu" value="false"></param>' +
' <embed src="5955.swf" type="application/x-shockwave-flash" width="100%" height="100%"></embed>' +
'</object>';
createObject(objectDefinition);
</script>
</div>
</body>
</html>
Det skal siges at jeg bruger createObject.js imod microsoft's nye 'aktiver ActiveX objects' opdatering..
desuden virker min <param name="menu" value="false"></param> heller ikke...
og en sidste ting...
kan jeg lave forhindringen imod microsoft's nye opdatering på en smartere måde?
Kom glad :-D
