namouch / swfobject

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

problem with IE 11. #671

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I use this: 
   swfobject.embedSWF("client.swf?"+(new Date()).getTime(), "eStamosConference", "100%", "99.6%", '11.1.0', "expressInstall.swf", params, {
    wmode: 'direct',
    menu: 'false'
   });
2. Run the web page
3. Nothing change

What is the expected output? What do you see instead?
After the page loaded target object is not changed.
The same code in other browsers work perfectly(IE7,8,9,10; Firefox; Safari; 
Chrome)

What version of the product are you using? On what operating system?
last version (2.2)

Please provide any additional information below.
I saw some conceptual differences between IE 11 and older IE versions.
I fixed the problem and now all work good for me. I am sending code 
modifications to you too. If you agree with me please add it in next version.

Original issue reported on code.google.com by svin...@gmail.com on 20 Nov 2013 at 4:54

Attachments:

GoogleCodeExporter commented 9 years ago
It is not working with IE 11.

I tested the 2.3a also , it is not working with IE 11 too.

Original comment by changyh...@gmail.com on 4 Dec 2013 at 10:43

GoogleCodeExporter commented 9 years ago
Have you seen:

ua.ie = false inside the function createSWF(attObj, parObj, id) {...},...

Thanks,

Original comment by changyh...@gmail.com on 4 Dec 2013 at 11:02

GoogleCodeExporter commented 9 years ago
not work ie10 :(

Original comment by jasman@ihsana.com on 20 Apr 2014 at 12:00