Interactivate swf. buttons on iframe
Hello!
I am currently working on a webpage, in which I put a "floating" .html page on top of a .swf page with an iframe.
my question is-
how to code the buttons on the .swf to inteact with the iframe(by clicking on the various buttons, only the content of the iframe should change to a different .html page)?
I tried the code below, but it didn't work(It only opened the page in an new window.):rolleyes:
'float' being the name of the iframe.
on (release) {
getURL(request, 'float');
}
Thanks in advance!