Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames

Status
Not open for further replies.

Dannybe2

Programmer
Jan 31, 2001
136
GB
Using an .swf in one frame and my main page in another, how do I link a button in the flash animation to change the frame?

Basically, the buttons have all got flashy rollover effects and I want to change the main frame from them. Is this possible and how do I target it if it is.

Thanks
 
on(release){
getURL("pageName.html", "putFrameNameHere");
}

That should do the trick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top