I have to read, change and rewrite an HTML OBJECT tag using node.outerHTML. on IE7.
There is a brief refresh of the screen when I do that. I guess that the browser repaints the screen when I write the HTML. The actual OBJECT tag data is the same as before with only one parameter (wmode) that has changed. Size of the object and other parameters remain the same.
Any idea how can I avoid the 'flashing' of the screen?