Working with a page that has 3 frames (top /middle /bottom) and flash buttons in the top and bottom frames. I want the buttons to changes the page in the middle frame, but just can’t seem to make it happen.
Any help?
Working with a page that has 3 frames (top /middle /bottom) and flash buttons in the top and bottom frames. I want the buttons to changes the page in the middle frame, but just can’t seem to make it happen.
Any help?
Name your html frame.
On the button in Flash add these actions…
on (release){
getURL("yourfile","frameName");
}
I got it. Thanks!
I actually had not specified a Target for each frame in the HTML for the page where I was placing the Flash files.
Thanks for the quick response!!!
No problem
Glad to see you got it working
:: Copyright KIRUPA 2024 //--