on (release) {
getURL ("yoursite.com", "_self");
}
// flash gets the url // then puts it in SELF the same window
// other variables for the window would be _blank
//(puts it in a new window)
// _parent: puts it in the main frame
// _top puts it in top frame
anyone correct me if im wrong... but im pretty sure that right