getting the c00ce514 error in IE when attemping to load a swf file

前端 未结 1 1754
旧时难觅i
旧时难觅i 2021-01-13 19:03

I have the following ajax call inside an .each loop, that loads several .swf files from the server:

$.ajax({
   url: src, //a variable containing the url of          


        
相关标签:
1条回答
  • 2021-01-13 19:34

    Look at this ticket:

    http://bugs.jquery.com/ticket/11426

    If I get it right: IE cannot handle binary files as a response in AJAX calls, so you have to prevent IE from executing the call. Preloading a swf in IE does not seem to be possible with an AJAX call.

    0 讨论(0)
提交回复
热议问题