You need to review the syntax for getURL.
http://livedocs.macromedia.com/flash/8/main/00001730.html As you posted: geturl("news.htm", "main")
The second argument which is optional only has four possible values:
a.. _self specifies the current frame in the current window.
b.. _blank specifies a new window.
c.. _parent specifies the parent of the current frame.
d.. _top specifies the top-level frame in the current window.
If you do not use the second argument, I believe it defaults to _self, but
you may need to try it to be sure.
--
Lon Hosford
www.lonhosford.com Flash, Actionscript and Flash Media Server examples:
http://flashexamples.hosfordusa.com May many happy bits flow your way!
[quoted text, click to view] "phyrron" <webforumsuser@macromedia.com> wrote in message
news:e9blhs$n7s$1@forums.macromedia.com...
>i have designed flash menu which directs main frame to related page. flash
>menu
> stays at the top frame and have buttons to redirect the main frame to
> related
> pages(ex: geturl("news.htm", "main") .) it works in firefox but doesnt
> work in
> IE, i have updated for ActionScript due to MS update, however still it
> does not
> works.
>
> when i opened the top frame in the browser(IE) it opens the pages in new
> window, in addition if the site is opened in another window when i push a
> button it changes the main frame of the site at the other window.
>
> thanks
>