Question
Making buttons link to pop up browser windows in ActionScript 3
A week or so ago I posted this message and the solution suggested didn't work, so I thought I'd try again to see if anyone else was able to pitch in:
I am trying to figure out how to make multiple embedded invisible buttons on my Flash file that EACH link to specific URLs that appear in a window of fixed dimensions (with frames) next to my Flash window, when you click on them.
I am aware that Adobe has instructions for creating pop-up browser windows through Flash ( http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14192) and I have repeatedly tried navigateToURL without success--the trouble with this method is that it navigates away from my Flash window and I do not want this. Instead, I want these windows to be contained by Flash, so that the viewer can see both my Flash project window and the URL window (in frames) at the same time in the same browser window (not a new tab/window).
Is this possible? This is for ActionScript 3.