I've got a frameset composed of two frames. The top is to me a menu bar and remain static while the user is on the site, the bottom will react to menu selections driven by a .swf that i've got embedded in the top frame. How do i target the bottom frame (A different html file) from my .swf so that when a menu selection is made from the top, the actual content displays in the bottom frame?
You have to give names to each frame in the frameset. Assuming your top frame was named "top_frame" and your other frame "main_frame", you would use...