IndiePaivaGame / swfobject

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

Problem with menu in IE6 #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello. I have a big problem with IE6. On the beginning i had a problem with
alert:
"internet explorer cannot open the Internet site Operation aborted..."

so i read many solutions on forums and used method with jQuery framwork:
<script type="text/javascript">
    $(document).ready(function() {
   swfobject.embedSWF("myswf.swf", "flash", "766", "479", "9.0.0",
"myswf.swf");
  });
</script>
Well it really works !
Unfortunelly my satisfaction wasn't very long, because i found another
problem. Links in flash doesn't work in IE6 :/ 
This is very strange situation, because when you pick link from the content
and back to main site than links in flash start working. I am confused...

I used swfObject 2.1
Site with my problem http://www.szkoly-slupsk.fr.pl
Please help.

Original issue reported on code.google.com by poppin.m...@gmail.com on 28 Aug 2008 at 7:42

GoogleCodeExporter commented 9 years ago
This is an authoring issue, please repost it in the discussion group:
http://groups.google.com/group/swfobject

Also, when you use multiple libraries, please read up on what they are doing 
and why,
so you can avoid these kind of mistakes, e.g. swfobject.embedSWF already 
includes a
.ready construct itself, so you should use it as mentioned in the documentation:
http://code.google.com/p/swfobject/wiki/documentation

Original comment by bobbyvandersluis on 29 Aug 2008 at 8:25