Opening a doc file from a flash projector

Hi all,

I have some problem opening a words document via flash projector.

Here the code i use

on (release) {
getURL(“doc/unit1/LP.doc”, “_blank”);
}

It WORKS prefectly on my computer. Opening up the doc file in words and in the foreground.

But i recieve feedback that sometime it doesn’t open up in the foreground, and sometime, it open up in Internet explorer instead.

Is there any solution that i can make sure it opened up in WORDS and in the foreground?

Thanks!