This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Flash Site Design > November 2006 > Flash Menu navigator





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Flash Menu navigator
Unseenmen

2006-11-05, 10:33 pm

I am having trouble getting my flash menu to control which page opens in the
main frame. I have coding right (supposedly) in flash as far as bringing up the
right page goes:

on(release){
getURL("mirrors.htm","_main");
}

But the page opens in a new window. Is there anything that I have to change in
flash as far as coding goes? And if so, what label/name do I have to give to
the frame?

ggshow

2006-11-05, 10:33 pm

in HTML, try give your frame an id & name without underscore
e.g.
<frame id="mainFrame" name="mainFrame">

and in actionscript
on(release){
getURL("mirrors.htm","mainFrame");
}
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews