A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Full Screen SWF file won´t let Internet Explorer appear with GETURL...

Hybrid View

  1. #1
    Senior Member
    Join Date
    Feb 2004
    Posts
    133

    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...

  2. #2
    Senior Member jbum's Avatar
    Join Date
    Feb 2004
    Location
    Los Angeles
    Posts
    2,920
    Have you tried doing this before calling getURL()?

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

  3. #3
    Senior Member
    Join Date
    Feb 2004
    Posts
    133
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center