- 15,799
I've ran into some trouble here. I've got my Flash navigation bar with all mah links to my pages. Now, when the user clicks on the link I want the pages to load in an IFrame labelled content.
Now, I've added the following Actionscript to my buttons:
When I embed the Flash file into my HTML and try the links it won't load my pages up in the IFrame.
Now, I've added the following Actionscript to my buttons:
Code:
on (release) {
getURL("./home.htm", "_content");
}