I think my problem is similar to Heidi Vandy's...

I have a new cd executed full-screen Flash projector which works well.

BUT, now I want it to be able to launch websites from this EXE.

It works OK to click on a button and do something like this:

on (release) {
getURL("http://www.website.com", "_blank");
}
That will open a website and put the browser in front of the Flash projector which is good.

BUT, if the user already has a browser open then it does not work! In that case, the websites I launch just load in the background behind the full screen interface.

Any ideas? Would topmost or something help with this?