i have a flash file that pulls text from a txt file. it actually pulls html info and i have css that controls the texts appearance. i put some links within the text in the txt file. standard html stuff. everything works fine but i would like the links to open in a new page. when i put target="_blank" in the a tag it doesnt seem to take affect.
is there any other way to make these links open a new window?