hey flash friends …
when i create a new page and type “http… _parent” etc. in the url path under actions … upon preview it will open two of my pages in the same frame but then:
- all of the others open a new windows page
and
- down at the bottom of the computer screen where you can see all of the pages that you opened up it keeps saying, “New Page 1 Microsoft Internet Explorer” instead of the correct URL path page
here is the actionscript
on (release) {
getURL(“http://www.bigtimebanners.com/gallery.htm”, “_parent”);
}
i think _parent is the same as _self … correct?
any suggestions?
krypt