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

flash menu - links wont work in dw for main frame

Status
Not open for further replies.

sprocketrocket

Technical User
Feb 26, 2002
5
CA
hey,

i was just trying to make a scroll bar type menu in flash.

i want it to be able to have scoll menu in one frame, and then when the link is clicked, that it would open the link in the html main frame...

i cant seem to get it to go to the main frame...

any one know this secret?

cheers
 
on (release) {
getURL(" "mainframe");
}


put this on your button, you have to put the expression "mainframe" (or equivalent framename) in every button's actionscript.
(anyhow the URL may be a relative one too. and make sure that you put the script on the instance of the button and NOT into one of the button's keyframes)

c ya

firegambler
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top