A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Browser Back button in Flash

  1. #1
    not a free man 51055's Avatar
    Join Date
    Jun 2003
    Location
    UK
    Posts
    120

    Browser Back button in Flash

    Do any of you geniuses know of a way to capture the Back button of the browser so that it can be used to navigate within a movie?
    Another impossible request, I suspect, but I live in hope.

    cheers

    andy

  2. #2
    Senior Member jbum's Avatar
    Join Date
    Feb 2004
    Location
    Los Angeles
    Posts
    2,920
    Robert Penner has an example on his page.
    See the link that says 'Back Button'.

    Robert Penner's site

  3. #3
    not a free man 51055's Avatar
    Join Date
    Jun 2003
    Location
    UK
    Posts
    120
    All hail krazydad
    just what was needed and blindingly fast too

    many thanks

    andy

  4. #4
    Junior Member
    Join Date
    Dec 2002
    Location
    Maryland
    Posts
    15

    "historyframe", html and loadMovieNum

    How would I use "historyframe" if I built my site using loadMovieNum on my buttons?

    Mine:
    on (release) {
    unloadMovieNum(3);
    loadMovieNum("registering.swf", 2);
    }


    Yours:
    on (release) {
    getURL ("2.html", "historyframe");
    _root.page = 2;
    }

    confused: Val
    Valerie Lloyd
    Web Designer/Graphic Specialist/Illustrator
    www.valsstudio.com
    www.valerielloyd.com

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