hello please help me
my web page contains two frames in which one frame is loaded with flash
content and the flash content contains a link to another page
my problem is that when the user clicks the link the page should loaded in
another frame of same window(as this window contains 2 frames)
please help me
magoo - 21 Apr 2007 11:21 GMT
> hello please help me
> my web page contains two frames in which one frame is loaded with
[quoted text clipped - 3 lines]
> frames)
> please help me
You gotta specify the frame in which the link is supposed to load.
Default is _self. Other values are eg. _blank. You can set the desired frame
here.

Signature
Kind regards,
magoo
Abyu - 21 Apr 2007 12:26 GMT
yes i specified a name the frame name is "content"
and the code i used is
getURL("down.html","content");
but i still it opens in new window
please help me
Abyu - 23 Apr 2007 11:11 GMT
please anybody answer my question its urgent
banustiucesapunpm - 23 Apr 2007 12:12 GMT
Try this
getURL("down.html","_self");
Abyu - 23 Apr 2007 12:43 GMT
yes i have tried the same,but the link isn't working
whatever i give in the window option the link is opened in the new window
and giving "_self" or "_top" or "_parent" will not work that is the link
doesn't open at all and when given some location it opens in a blank window
what shall i do please help me
Iam working with flash 8 pro and Internet explorer 7
banustiucesapunpm - 23 Apr 2007 15:02 GMT
Try
on(release){
getURL(".....html","_self")
}
on some browsers the "on(press)" function is not working, when you are using flash8.
Abyu - 24 Apr 2007 06:56 GMT
yes i have used the same but it is not working
Abyu - 24 Apr 2007 06:57 GMT
i tried this in flash 5 it is working but not in flash 8
Abyu - 24 Apr 2007 11:26 GMT
is there any problem in flash player 9 ?
the problem is solved in flash player 8 but it continues in 9