Does anyone know how to do this? Trying to make a link in flash and it brings up a new browser or browser tab every time instead of taking the page it is on and actually navigating.
Printable View
Does anyone know how to do this? Trying to make a link in flash and it brings up a new browser or browser tab every time instead of taking the page it is on and actually navigating.
use the target parameter "_self" in your URL request
http://www.kirupa.com/forum/showthread.php?t=283810
Wow so its that easy? No calling on a javascript function to do it? Thanks!