Flash won't load, embed error?

Posted by Adrian M. on Stack Overflow See other posts from Stack Overflow or by Adrian M.
Published on 2010-05-13T19:23:18Z Indexed on 2010/05/13 20:34 UTC
Read the original article Hit count: 265

Filed under:
|
|
|
|

Hello,

I want to know why the flash movie in the header located here:

http://www.dolphintemplate.com/demo/dolphin7/index.php?skin=dt_firestarter_red

only loads in Firefox but NOT in IE and Chrome..

The flash movie resides in a iframe, this is the code of the iframe:

<!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>header</title>

</head>
<body bgcolor="#000000" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">

<object data="header.swf" type="application/x-shockwave-flash" id="myflash" width="988" height="240">
<param name="movie" value="header.swf" />
<param name="bgcolor" value="#000000" />
<param name="height" value="988" />
<param name="width" value="240" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="allowscriptaccess" value="samedomain" />
<p>Adobe <a href="http://get.adobe.com/flashplayer/">Flash Player</a> is required to view this content.</p>
</object>

</body>
</html>

Thanks.

© Stack Overflow or respective owner

Related posts about flash

Related posts about embed