hey, i'm new to flash, and i have this side menu where i have a flash document
wit a buch of buttons linking to various pages. once i tested it, i forgot
that i needed the target = "main" so instead of a new window popin up it's in
the same window. i want to put this code in but is is possible?how would i du
this?
thx
MotionMaker - 29 Mar 2007 12:19 GMT
Assuming you used http://livedocs.macromedia.com/flash/8/main/00001730.html,
just add the "_blank" as the second parameter. Examples abound in the Flash
documentation.
getURL("http://www.macromedia.com", "_top");
getURL("http://www.macromedia.com", "_parent");
getURL("http://www.macromedia.com", "main");