all groups > macromedia flash sitedesign > april 2007 >
You're in the

macromedia flash sitedesign

group:

Problem with frames



Problem with frames Abyu
4/21/2007 12:00:00 AM
macromedia flash sitedesign: 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
Re: Problem with frames magoo
4/21/2007 12:00:00 AM
[quoted text, click to view]

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.

--
Kind regards,
magoo


Re: Problem with frames Abyu
4/21/2007 12:00:00 AM
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
Re: Problem with frames Abyu
4/23/2007 12:00:00 AM
Re: Problem with frames banustiucesapunpm
4/23/2007 12:00:00 AM
Try this
Re: Problem with frames Abyu
4/23/2007 12:00:00 AM
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
Re: Problem with frames banustiucesapunpm
4/23/2007 2:02:45 PM
Try
on(release){
getURL(".....html","_self")
}
Re: Problem with frames Abyu
4/24/2007 12:00:00 AM
is there any problem in flash player 9 ?
Re: Problem with frames Abyu
4/24/2007 5:56:17 AM
yes i have used the same but it is not working
Re: Problem with frames Abyu
4/24/2007 5:57:20 AM
AddThis Social Bookmark Button