digitarald / digitarald-fancyupload

Swiff meets Ajax for powerful and elegant uploads (MooTools Plugin).
http://digitarald.de/project/fancyupload/
277 stars 105 forks source link

IE Version: 8.0.7600.16385 + Flash Player Version: 10.1.82.76 Will Cause Error #16

Open samwhelp opened 14 years ago

samwhelp commented 14 years ago

When Use IE IE Version: 8.0.7600.16385 Flash Player Version: 10.1.82.76

http://digitarald.de/project/fancyupload/3-0/showcase/attach-a-file/

Will Cause This Error!

訊息: 物件不支援此屬性或方法 行: 48 字元: 3 程式碼: 0

URI: http://digitarald.de/project/fancyupload/3-0/showcase/attach-a-file/

But Firefox & Google Chrome Use the Same Flash Player version! There no Error Occur!

samwhelp commented 14 years ago

And All ShowCase Error Occur On the Same Line

訊息: 物件不支援此屬性或方法 行: 48 字元: 3 程式碼: 0

URI: http://digitarald.de/project/fancyupload/3-0/showcase/single-file-button/

訊息: 物件不支援此屬性或方法 行: 48 字元: 3 程式碼: 0 URI: http://digitarald.de/project/fancyupload/3-0/showcase/photoqueue/

samwhelp commented 14 years ago

I found Error Occur

Main.as ExternalInterface.addCallback('stop', xStop);

If Commnet this line, the error msg would not occur! //ExternalInterface.addCallback('stop', xStop);

But I Still not Know Why?

samwhelp commented 14 years ago

I Fix Main.as ExternalInterface.addCallback('stop', xStop); To ExternalInterface.addCallback('toStop', xStop);

The Error Would not Occur! :-)

But Still Fix javasciprt code about (stop) 。

nedk commented 14 years ago

I've fixed this in my fork: http://github.com/nedk/digitarald-fancyupload A pull request was sent in June but I've gotten no response yet.

Edit: At least I thought I sent the request, I don't see it in the Pull Request queue..