I purchased a website template for my business and I am having some difficulty in modifying the flash navigation. The original ActionScript code for the buttons are as follows:
onClipEvent (load) {
num=4;
link = “rates.html”;
}
However I am trying to have the link open in an iFrame and no matter what I try does not work. I need the link to open in the iFrame main_body. I had tried using variations of the button.onPress function without much luck. I’m not an expert apparently with ActionScripting but I can get around.
Thanks for the help ahead of time!