PDA

Click to See Complete Forum and Search --> : Flash 5


Sick Dwarf
April 7th, 2002, 08:17 AM
I'm creating a website with a Flash 5 menu but I have 1 problem.
In the menu, I want to direct a link to a page in an iFrame on the page, but I just can't seem to get it right! :confused:
Can anyone tell me how to tell the button to open the link in the iFrame?

Please help me I would appreciate it.
Thnx guys

Sick Dwarf
April 7th, 2002, 09:56 AM
Hmmm, I gues I have to try somewhere else?

Sick Dwarf
April 7th, 2002, 10:08 AM
Please help?

valhallen
April 9th, 2002, 12:43 AM
hmmmmm try
on (release) {
getURL ("http://your-url-here.com", "_parent");
}

if that doesn't work then go into #flash on efnet the guys in there have always been real helpfull when it comes to Flash specific questions :)
hope that helps

v_Ln