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

Need help fast

Status
Not open for further replies.

addy

Technical User
May 18, 2001
743
GB
OK heres my problem,

Im using flash 5.0 to make this navigation bar for my website which is basically just a row of buttons. They work fine except they change the page in the frame I put the buttons in and I want them to change the page on the other frame. so how do I make a button change a certain frame in flash 5.0??
 
Addy,

In Flash 4, you would use:
Code:
Get URL ("[URL unfurl="true"]http://www.yahoo.com",[/URL] window="mainsite")

...mainsite being the name of the frame targeted in your frameset.

Although, this should work as is in Flash 5, I believe you can drop the "window=" part in Flash 5, making it:
Code:
Get URL ("[URL unfurl="true"]http://www.yahoo.com",[/URL] "mainsite")

;-)
 
Your above links are dead!
So can't check them!
Are you sure your targeted frame is exactly named main?

;-)
 
alright sorry it was my fault, my uploader has been screwing up latley and it wasnt uploading over the old one, but you were right and its working now so thanks a bunch!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top