I've got an iframe, and for some reason I can't get flash to change it.
the code for the iframe is:
code:
<iframe id="content" name="content"
src ="news.html" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="overflow:visible; width:100%; display:none">
</iframe>
and the code in action script which is one a button goes:
code:
on (release) {
//Goto Webpage Behavior
getURL("news.html", "content");
//End Behavior
}
When i click the news buton, it just pops up in a new window. i don't know what it is I'm missing.