Encyclo, I did install/reinstall the flash plugin in both browsers...
hereīs my soure code of my index.html file
----------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>FEEDBACK Consultoría de Imagen</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
-->
</style></head>
<SCRIPT LANGUAGE=JavaScript>
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}
</SCRIPT>
<body>
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="990" height="590" align="middle">
<param name="movie" value="intro.swf">
<param name="quality" value="high"><param name="BGCOLOR" value="#FFFFFF"><param name="SCALE" value="noborder">
<embed src="creatividad.swf" width="990" height="590" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#FFFFFF" scale="noborder"></embed>
</object>
</div>
</body>
</html>
---------------------------------
The flash file is called "intro.swf" and itīs located in the same folder as the index.html file...
I mean if the path would be incorrect IE would not load it as well, but it does...Another thing is that Opera does other flash sites...except this one...i have no idea what is the bug...
Thanks for your help Encyclo