Hey,

I have a simple link in my flash movie. The code attached to the button click goes like this:

Code:
getURL(_root.link,_self);
The link is loaded dynamically.
The link works, but it won't open in the same tab! It keeps opening in a new tab.

Does anyone have a clue what's wrong?