Not signed in (Sign In)

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

    • CommentAuthorolli
    • CommentTimeJun 23rd 2007
     
    Hi !

    I've got a problem handling Frames.
    Since i embeded my FlashNavigation with swfobject, the browser opens a new window instead of opening the target in the desired Frame.
    When done the "old" way (standard macromedia) everythings just fine, except for IE users :-(
    I know that really few people like framesets today, but the site is supposed to look that special way ...
    i tried iFrames too with no success ...

    im not very good in reading code, so i dont know wheres the point of making it fail ...
    it would be helpful if anyone could explain whats going wrong with my frames when embedding with the swfobject

    best regards
    Olli
    • CommentAuthorphilip
    • CommentTimeJun 23rd 2007
     
    it's probably not a SWFObject issue.

    my guess is that your SWF's links need to have a target added to them. the main frame should have an ID/name specified in the frameset.html, such as "main". make the links in the FLA use "target='main'" and it should work fine.

    - philip