hi everyone. i have been trying to target an iframe from flash and have been having some troubles. i've tried every type of syntax and have gotten dozens of tips from many people but my page still loads up in a seperate window. here is my code as it stands.
<iframe align="top" width="550" src="news.htm" scrolling="no" id="main" onLoad="calcHeight();" frameborder="0" name="main"></iframe>
and the flash:
tour_mc.onPress = function () {
getURL("tour.htm", "main");
};
what am i doing wrong. i have tried it with the iframe's id and name tags being the same and different. any tips would be appreciated.
thanks
jeremy boyd