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

Menu 1

Status
Not open for further replies.

DorXBasS

Vendor
Feb 1, 2001
23
CA
Hi, I would like to put a menu (like a drop down menu onmouseover) on my website but i would like to put the menu in a frame while the main page is in another frame. So it would be like top (menu) bottom (main page). Do you know how to use frames in flash?


Tnx in advance
Mike :)
 
Hi Mike,

Design your frameset and then, from the menu (topframe) just add such actions to your menu buttons:
Code:
on (press) {
    getURL ("[URL unfurl="true"]http://www.yourserver.com/item1.swf",[/URL] "mainframe");
}

or...

on (press) {
    getURL ("[URL unfurl="true"]http://www.yourserver.com/item1.html",[/URL] "mainframe");
}
mainframe being the name you gave to the bottom frame of your frameset.

;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top