Forum Moderators: open
If you're sure about that and there's no error in your object code, are you able ot look at other Flash sites without error? If no, something's wrong w. the plug-in.
here is the code of the HTML:
<html>
<head>
<title>[ GRUPO INSIGNO ] + [ DISEÑO GRÁFICO ]</title>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" >
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><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="300" height="400" align="middle">
<param name="movie" value="intro.swf>
<param name=quality value=high><param name="LOOP" value="false">
<embed src="intro.swf" width="300" height="400" loop="false" align="middle" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></td>
</tr>
</table>
</body>
</html>
maybe you are right and there is a problem with the plugin.The fact is that when I right-click in the area where the movie should be, it displays:"the movie could not be loaded", so I donīt Know whatīs wrong here...
can you help me?
how do I solve this?
You should also check that your shockwave plugin is up-to-date, as im not sure windows will ask you to install a new plugin if IE is not your default browser.
value="intro.swf>
Needs to be -> value="intro.swf">
It works in FF and Moz because they get the filepath from the embed -- not the movie param. Every time I have inconsistency between IE and Mozilla it's because one place or the other the file name is screwed up. It's my "first place to look" for trouble. :)
I also have a similar problem with an applet from www.discovercard.com.
Moreover, www.wetchicago.com doesn't load for me in Exploiter at all.
I suspect that it is an Exploiter setting/module on this particular computer, because I can reach it from others. I already reinstalled the Flash player several times, and synced the IE settings with a computer that works, but to no avail.
I don't have problems with any other plugin.
If you are trying to diagnose a problem with a flash movie on your website, then please start a new thread with the specific problem and we will do our level best to help you.
edwinvg managed to start a thread that is very popular in the search engines for people having problems with flash and internet explorer. Search engine optimization is something you're supposed to do on your own site... ;)