-
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.)
'float' being the name of the iframe.
on (release) {
getURL(request, 'float');
}
Thanks in advance!
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|