A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Browser / html frames

  1. #1
    Twisted Flasher ph8te's Avatar
    Join Date
    Mar 2002
    Location
    East London, South Africa
    Posts
    118

    Browser / html frames

    Hello to all intrepid flashers out there...

    I want to find out if it is possible to create a flash interface (with buttons) in one part of a browser frame (html frame) and then to open a link from the flash interface in another frame.

    Do I use "geturl" and then in the script specifiy the target frame?

    Can someone show me some example code of this.

    Your help is greatly appreciated.
    Ciao, Ph8te
    ________________________________

    ph8te@arcor.de

    I wish I knew more about
    that which I wish for!
    The first literary endless loop
    ________________________________

  2. #2
    Twisted Flasher ph8te's Avatar
    Join Date
    Mar 2002
    Location
    East London, South Africa
    Posts
    118
    Is there really no answer to this?
    Ciao, Ph8te
    ________________________________

    ph8te@arcor.de

    I wish I knew more about
    that which I wish for!
    The first literary endless loop
    ________________________________

  3. #3
    Junior Member
    Join Date
    Sep 2003
    Posts
    6
    It actually is done the way you suggested.

    Assuming you have a frameset containing two windows:
    navi The Interface
    main The Content

    then you'd say in the interface button residing in the navi frame something like this:

    getURL("your.html", "main");

    where the according file is loaded into the other frame.

    Hope I could help, Pieli.

  4. #4
    Twisted Flasher ph8te's Avatar
    Join Date
    Mar 2002
    Location
    East London, South Africa
    Posts
    118
    Thank you very much
    Ciao, Ph8te
    ________________________________

    ph8te@arcor.de

    I wish I knew more about
    that which I wish for!
    The first literary endless loop
    ________________________________

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