How to move a DIV to a DOM with a flash player without forcing the flash player to update
1 answer
In the @Mark Robbins comment changing the actual hierarchical position of the flash div container, the problem is here. If the rest of your code allows this, you can create an absolutely positioned div for your flash <object> and move from one place to another in your layout instead of deleting it and adding it to dom using .appendTo() .
Not an ideal solution, as you probably need to change the layout, but it will allow you to move the div without updating Flash.: \
0