Ok I'm doing a simple site with Frames in dreamweaver -the frame to the left is named leftframe where i have five flash buttons within a table. The main frame is named -mainframe. Now I can put a simple html link in leftframe and use the target="mainframe" to get the document to open in the mainframe like i want. But I am having problems with the Flash buttons. I added the on release action to the button and the get url and it worked fine- but in the window part where you have the option of _blank, _self etc. I figures I could just put the target="mainframe" but its not working. The new page keeps loading in a new window. How do I get it to open in the mainframe? I even tried adding no action to the buttons and using the regular <a href> tags before and after the object tags and god knows why the link won't work. I tried the href before the <TD> tag and that didnt work. Why cant i use simple html to make my flash buttons links? But I'd really like to know how to get the document to open in the correct frame through the actions in Flash. I really need an answer quick -i hope someone can help-thanks