PDA

View Full Version : linking between dw frames in flash menu


apdato
07-05-2005, 09:55 PM
Hey

I looked through the forums for a few hours but couldn't find an answer. I wanted a flash menu link, in one dreamweaver frame, to open a new window in another frame. What I have so far is

on(release) {
getURL("http://www.thepageto'open.html", "otherframe'snameto'openin");}

the result is just a new window as if I had , "_blank"

The answer is probably simple, but I just started

Thanks for any help

Cota
07-05-2005, 09:57 PM
Are you sure your frame names are correct and that a frame set has been defined?

apdato
07-06-2005, 02:21 AM
hey,
thanks Cota, All I was doing was saving the frames under different names and not changing the frame's names in the property window.

Cota
07-06-2005, 02:22 AM
I assume you got it working?

apdato
07-06-2005, 07:40 PM
yeah,
careless mistake