A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Browser look pop-up

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Location
    Leicester UK
    Posts
    3

    Browser look pop-up

    Hi all,
    Thanks for a great site - really usefull.
    Solutions only lead to further questions though!

    Q. Is it possible to open a new window (pop-up) from within a projector?

    !!BUT!!

    I would like this window to be a true 'new window' i.e. browser window and not just a movie clip window.

    I've read most of the tutes on the subject, but is it only possible to do this with HTML/JAVA and from a web site?
    The project is intended to be primarily a projector file run from CD.

    I suppose I could draw a window to look like a browser window, but this seems a bit of a cacky thing to do.

    Many thanks for any help - keep it simple eh; I'm no pro!

    Cheers,
    mk

  2. #2
    Senior Member Geminis's Avatar
    Join Date
    Jul 2000
    Posts
    232
    If you use GetUrl it will open the browser that's installed on the machine;

    on (release) {
    getURL("http://www.yourpage.html");
    }

    Of course you could also link to a local file on the disk, or cd-rom, in this case in same directory as the swf.exe

    on (release) {
    getURL("yourpage.html");
    }

    If you look for the eay-popup extension from the flash exchange page on macromedia.com, it will let you control what sort of window it will be (toolbar, scroll etc.)

    very handy and 0 java.

    good luck
    Schizophrenia beats being alone

  3. #3
    Junior Member
    Join Date
    Feb 2003
    Location
    Leicester UK
    Posts
    3
    Ok, thanks very much Geminis.

    Sounds simple enough!

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