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
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.