Has anyone else experienced this problem? I am using the SWFObject to place a Flash moving on an HTML pages. The code I'm using is below: <div align="center" id="flashcontent"> </div> <script type="text/javascript"> var so = new SWFObject( "flash/tabbed-interface-problems2.swf", "flashCnt", "680", "425", "8", "#ffffff", false, "best" ); so.write("flashcontent"); </script>
The SWF displays fine. However, when I navigate off the page, the SWF will shift to the left before the next page displays. I am running into this problem with IE 6, but not Mozilla. Has anyone else had this problem and is there a fix?