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
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.