This is how it works...
in the HTML code:
Code:
<iframe src="page.html" name="content" width="???" marginwidth="0" height="???" scrolling="yes" frameborder="0"></iframe>
Change the "page.html" to your URL, and "content" to the div ID you need to use.
Then in your AS use this:
Code:
on (release) {
getURL("path/to/page.html","content");
}
again where path/to/page.html is the page you want to load, and "content" is the iframe ID.
it will NOT work locally, but once you upload it it should be just peachy.
Bookmarks