Safari Flash element flickering when adjusting dimensions with jQuery

I’m experiencing a weird visual glitch in Safari when using jQuery to modify the height of a Flash element. The issue only happens in Safari browser.

When I trigger JavaScript functions to change the Flash object’s dimensions during navigation, there’s a brief moment where the entire layout goes haywire before returning to normal. It’s like a quick flicker or distortion that makes the page look broken for a split second.

I’ve been trying to debug this for hours but can’t figure out what’s causing it. The resizing works fine in other browsers, but Safari seems to have this rendering issue specifically with Flash content.

Has anyone encountered similar problems when dynamically resizing Flash objects? Any suggestions on how to prevent this flickering behavior would be greatly appreciated. I’m running out of ideas here.

safari is such a pain with flash! have u tried putting a setTimeout with like a 15ms delay during resizing? also, if u set your flash wmode to opaque or transparent that might help with the flicker too!