Hi, I am fairly new to flash and javascript. I am working with a website that uses frames - the top, left and mainframe. The top and left are both used for navigation and the main is where the results are displayed. I have designed a menu file in flash for the left frame. Upon clicking a button I need the result to show in the mainframe. We currently use an index file that defines the frameset and links to a javascript file that outlines how the current menu should work and function. Right now, wherever you are in our site the url always displays: [
mysite.com....] So, in Flash using getURL, I am unsure what to put as the url. For ex.: [
mysite.com...] displays only the products page, without the top and left frames. I have the following script on my home button right now:
on (release) {
getURL("http://www.mysite.com/html/home.html", "_parent");
}
I recieve only home.html. If I change parent to mainFrame, which is the name of the main frame in js, I get the same result. Only the home page displays in a new window without the top & left navigation frames.
I hope I explained this correctly.
I am grateful for any help you can offer.
Thanks,
angee