When the sifr module is activated, IE6 only shows a blank page.
According to different forum entries this is caused by the prefetch of the swf.
The solution is to run the code directly in the head of the html document, not on any "dom-ready" function.

To do this I commented out Line 383 and 403 in sifr3.inc:

$output .= "Drupal.behaviors.renderSIFR3 = function () {\n";
$output .= "}\n";

Can anyone confirm this?

Comments

Alex Lawrence’s picture

Status: Active » Needs review
corneliusk’s picture

I am experiencing issues using dynamic rendering with swftools. anyone else? any ideas how to fix? thanks.

sun’s picture

Status: Needs review » Closed (duplicate)

Thanks for taking the time to report this issue.

However, marking as duplicate of #120308: Add sIFR 3 plugin. This bug has been fixed just today. A new development snapshot will be available within the next 12 hours.