I have an issue where my flash link opens two windows in internet explorer one is blank.
Firefox, chrome and safari are fine. Has anyone experienced this and Is it a IE or flash problem.
**opens an extra window in IE8
on (release)
{
getURL("mailto: " + _root.agent_email);
}
on(release)
{
website = _root.agent_url;
getURL(website, “_blank”);
}
thanks for any help.