hi. I have a dynamic scrolling text in my flash site which loads an external txt file, this txt file has some simple html code, and I have managed to create url links , but when I add target="_blank" in the .txt, it doesnt work, how esle can i get the url link to open into a new window? Thanks, this one is driving me crazy !
make the links in the dynamic text box link to a javascript function in the html page that your flash movie is on.
that way, you can specify a variable to send to the js function and then use window.open(“http://www.microsoft.com”); in yoour javascript function to open a new window.
hope this helps.
Thanks so much, I will try it
Im not very good at javascript, you dont by any chance know where i can find more info on this! Thanks