I am trying to have this link open in a new seperate browser
window. Here is the script:
onClipEvent (load) {
loadMovie(_root.url+ "_pic01.jpg", this.cont.cont1);
url=_root.url1;
}
I have the url set up and the image, but right now when I
click this link in my flash website, it opens in place of my main
site. I want it to open a second window so I don't lose my first
main window.
Any Ideas?
Thanks,
Toby