Window Problem

Hi There,

I have a little problem with a popup window. Essentially I want to use my flash movie (in a popup) to load links in the parent (opener) window.

I am using java to open the window and then java to load the links. All works fine apart from the fact when I click on the link in my flash movie the parent window loads fine but the popup window is also affected by the click and changes to show the link name, rather than my animation.

I can stop this happening in HTML (by creating a function) but don’t know how to do this in flash.

The coad I’m using is like this on a button called ‘donate’:

donate.onPress = function() {
	getURL ("javascript:window.opener.location.href='http://www.famine.org.nz/donate.aspx'")
};

Very frustrating! Any help on trying to fix this little problem very much appreciated!

Thanks!

T