View Single Post
  #13 (permalink)  
Old 12-16-2007, 05:27 AM
georgefoman georgefoman is offline
Registered User
 
Join Date: Dec 2007
Posts: 1
Got it to work, don't know how really but here

Hi everyone with this flash crazy problem with frames, every solution people keep giving is not a bad answer its just not addressing the right issue. Whats wrong is the dreamweaver code for the frames your loading your flash and content into.

After messing around for days and hours, i finally got it to work, here is my code for my frameset

<frameset rows="231,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="navbarframe.html" name="topFrame" scrolling="NO" marginwidth="-5" marginheight="-5" >
<frame name="main" src="home.html">
</frameset>
<noframes><body>
</body>
</noframes></html>

As you can see I removed alot of useless code from the "main" frame, and now everything works all of a sudden. Its also possible that I did not have the noframes code before which might have had an effect. Give it a shot, I hope this helps you guys cause it drove me nuts and I'm not sure I have a real solution, only thing I know is that theres some small details that screw up the code. Best of luck!
Reply With Quote