Hi guys,

I´m starting a new flash project. This project is supposed to be seen in full screen. for that, I use

fscommand("allowScale","false")
fscommand("Fullscreen", "true");


However, one of this project´s features is opening an Internet Explorer Browser with a particular URL loaded in it.

Normally I would use the GETURL command... The problem is that once the movie has been set to be launched in Full Screen, it won´t let the user access the Internet Explorer ´cause IE will be loaded underneath the flash movie...

Does anyone know a solution for this problem?

Thank you, guys... I am really counting on you...