i am working with a flash menu and would like it load content into an iframe using the button from the menu.
i have had a look around and found this code
on (release){
getURL("commissioning/index1.htm" , "ifrm");
}
this is meant to load the new content into the iframe but it just opens it in a new window has anybody done this before? does anyone no why this code is not working i have tried it without the quote marks around the frame id and it still has the same effect.