ouyang789987 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

Error Page with IE 6 #449

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I use this script in the head:
<script type="text/javascript" src="fileadmin/templates/js/swfobject2-
2.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.xml_url = "index.php?id=2247";
var params = {}; params.play = "false"; params.loop = "false"; params.menu 
= "false"; params.quality = "best";params.scale = "showall";params.wmode = 
"window";params.bgcolor = "#FFFFFF";params.allowfullscreen = 
"true";params.allowscriptaccess = "always";
var attributes = {};attributes.align = "middle";
swfobject.embedSWF("files_no_typo/alle/flash/teaser/segment.swf", 
"myAlternativeContent", "505", "270", "9.0.0", "expressInstall.swf", 
flashvars, params, attributes);
</script>

On this site: http://www.graf-online.de/regenwassernutzung.html

2. Then I open the site with IE 6

What is the expected output? What do you see instead?
The expected output should be a site with a flash-teaser. You can see it 
with IE7,8, Chrome.... But I see an error page with IE6

What version of the product are you using? On what operating system?
V 2.2, XP

Original issue reported on code.google.com by ottograf...@googlemail.com on 16 Mar 2010 at 6:47

GoogleCodeExporter commented 9 years ago
Perhaps this is similar to a problem i'm having - I'm getting an "Unknown 
runtime error" in IE6, IE7 and IE8 when using similar embedSWF code (but not 
register Object static method).

Original comment by dotandpi...@gmail.com on 20 Jul 2010 at 1:02

GoogleCodeExporter commented 9 years ago
Please post authoring questions on the swfobject list. The library definitely 
works for IE6+ browser flavors.

Original comment by aran.rhee@gmail.com on 20 Jul 2010 at 10:19