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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash and Frames

Status
Not open for further replies.

llldnylll

Technical User
May 21, 2003
89
I have two frames, on the top frame is my flash navigation and on my bottom is my main frame.

How can I make it so that my flash buttons(top Frame) change my main frame(Bottom)?
 
Code:
on(release){
    getURL("[URL unfurl="true"]http://www.google.com/",[/URL] "main_frame");
}

Replace "main_frame" with the exact same name you gave that frame when defining your frameset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top