Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormikep
    • CommentTimeJan 31st 2007
     
    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?

    Thanks for your help.
    • CommentAuthorGeoff
    • CommentTimeFeb 1st 2007
     
    try upgrading to the latest swfobject (1.5) from svn. it has a small change that fixes this issue in some cases.

    svn.deconcept.com/swfobject/trunk/