tags:

views:

20

answers:

0
  • sif3 version: 436
  • Win32 Firefox version: 3.0.10 and 3.0.17
  • Flash version: 9.0.45.0 and 10.0.32.18

Under Firefox 3.0x on Windows, I'm seeing a repeatable situation where Firefox loads the page perfectly once, but then any successive reload causes the flash movies to shrink down to height 6px when it should be much larger.

To be specific, hitting F5 or the Reload button causes shrinkage, but putting the cursor in the address bar and hitting return does not cause shrinkage.

First time the page loads, here's the correct code sifr3 is generating:

<object id="sIFR_replacement_0" class="sIFR-flash" width="690" height="34" type="application/x-shockwave-flash" name="sIFR_replacement_0" data="wp.swf" style="">

Reloading with F5/Reload button generates:

<object id="sIFR_replacement_0" class="sIFR-flash" width="696" height="6" type="application/x-shockwave-flash" name="sIFR_replacement_0" data="wp.swf">

It's not dependent on the Flash version, as it happens with both 9.0.45.0 and 10.0.32.18. It seems to be an issue with Firefox 3.0x, because 3.5x does not exhibit it.

Let me know if I can paste in any css/js elements that would help diagnose this, and my thanks for a wonderful tool!