Hi,
Do you mean the target method for opening a new widow?
If so, you should use _self, _blank etc as follow:
item name = “about1” color = “ffffff” link = “main.html” target = “_top”
AS:
itemList[i].target = xmlItems[i].attributes.target;
area.onPress=function(){
getURL(link, target)
current=true _parent._parent.current.current=false _parent._parent.current=item _parent._parent.current.current=true _parent._parent.changeBarColor(_parent._parent.current.c, _parent._parent.s_bar)
}
Hope this helps…BTW, you should use the internal flash help in the software, highlight the term you want to know about e.g. getURL, and click on the question mark icon on the top right hand side of the actionscript panel…
Note: Don’t use quotation marks in your code if you are using variables as parameters
Posted 3 months ago











