getURL to intranet link

We did a Flash presentation for a client and at the end of the presentation we trigger a getURL command that is supposed to take them to their intranet.

The client is saying “it isn’t working”, what that means I’m not sure. So I sent her the same link in an email and said click this and tell me what happens. She said “it worked”.

So my question is what could be causing this.


getURL("http://clientsite.com/page.asp","_blank");

Could it have anything to do with
A. The _blank target
B. Something to do with their servers that they aren’t allowing people in from an “outside” link.

I’m stuck with this because it worked from the email.