PDA

View Full Version : loading Text into flash....HELP


bofa
05-26-2004, 12:09 PM
I have a text file that loads into flash but when you click on one of the links it doesn't use another browser window...it uses the same browser window. Is there any way to have that link pop up in a different window.

attached is the text file

here is the code that gets the URL link from the text file.

on (release) {
getURL(link);
}

Thanks!

Cota
05-26-2004, 12:16 PM
try using getURL("link","_blank");