View Single Post
 
Reply
Posted 2008-04-10, 01:15 PM in reply to Wed-G's post "Actionscript/HTML"
getURL(url [, window [, "variables"]]) should be of some avail, e.g.:

on(release) {
getURL("www.zelaron.com", "_blank");
}

to open www.zelaron.com in a new window when clicking the relevant button(s).

onRelease=function(){ as the first line may be of some avail as well. I haven't touched AS2.0 in a while, and I never learnt AS3.0 properly.
"Stephen Wolfram is the creator of Mathematica and is widely regarded as the most important innovator in scientific and technical computing today." - Stephen Wolfram

Last edited by Chruser; 2008-04-10 at 01:18 PM.
Old
Profile PM WWW Search
Chruser shouldn't have fed itChruser shouldn't have fed itChruser shouldn't have fed itChruser shouldn't have fed itChruser shouldn't have fed it
 
 
Chruser