Julia71 / projekktor-zwei

Automatically exported from code.google.com/p/projekktor-zwei
0 stars 0 forks source link

JS error on IE8 - flash 9 #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run the demo page (http://www.filenew.org/projekktor/) with developer tools 
in 
IE8, flash 9
2. got the error Object doesn't support this property or method, line 48, char 3
3. the debug mode of IE8 points to this method :
__flash__addCallback(instance, name) {
  instance[name] = function () { 
    return eval(instance.CallFunction("<invoke name=\""+name+"\" 
returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + 
"</invoke>"));
  }
}

the name argument has the "play" value, and instance points to a 
DispHTMLObjectElement

Original issue reported on code.google.com by jeanpier...@gmail.com on 29 Mar 2010 at 7:14

GoogleCodeExporter commented 8 years ago
confirmed and fixed in >0.5.4
thank you very much for your report.

Original comment by frankygh...@googlemail.com on 31 Mar 2010 at 8:00

GoogleCodeExporter commented 8 years ago
ok on my IE8
got another probleme on IE6-IE7 now though, I'll open a new ticket for those

Original comment by jeanpier...@gmail.com on 31 Mar 2010 at 11:33

GoogleCodeExporter commented 8 years ago
righty right

Original comment by frankygh...@googlemail.com on 31 Mar 2010 at 1:28