Haven’t found a solution for this issue yet.
Have tried a div tag with the ap id and an onclick event as well as an invisible button in flash with the actionscript to get url.
HTML
<div onclick="location.href='https://www.example.com';" style="cursor:pointer;"></div>
Flash tries:
_root.onMouseDown = function() {
getURL("contacts", "_self");
}
on(release){
getURL("page.htm", "_self");
}