|
-
Full Screen SWF file won´t let Internet Explorer appear with GETURL...
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...
-
Senior Member
Have you tried doing this before calling getURL()?
fscommand("allowScale","true")
fscommand("Fullscreen", "false");
-
Thanks jbum,
But that´s exactly how I´ve been trying...
Actually, I put the
fscommand("allowScale","false")
fscommand("Fullscreen", "true");
command in the very first frame of my root movie.
Then, later on, there is this screen where the user has this button to call my web-site (with GETURL). The browser is loaded all right, but behind the swf "full screened" movie...
Any ideas?
Thanks again!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|