FLash links go to IFRAMES?

Ne one know how to make a flash link go twards an iframe in html…thanks

give the Iframe a name, such as <iframe name=“iframe”> then type in ‘iframe’ for the target of the flash link.

could you give a lil more detail. Im not sure whre i set the target in flash. I see a spot to input url, window, and variables thats it. Where do i set teh target…thanks


on(release){
getURL("myPage.html", "myiFrameName");
}