I'm trying to use the scale effect from the jQuery UI library on a wrapper element that contains a Flash object.
The problem I'm encountering is that the content of my wrapper is automatically moved into another wrapper (.ui-effects-wrapper
), and when this happens the Flash object reloads.
Of course, the specific problem here has to do with the tactic employed by jQuery UI — but generally, is it possible to move a Flash object within the DOM without it reloading?