Welcome, Guest
  • Author Topic: "Back" and "Forward" as in the IE Browser.  (Read 1519 times)

    aristotle P.S.

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    hai,

    i made one movie. in that movie i had a button. The purpose of this button is to work as the same like the "Back" and "Forward" as in the IE Browser.

    i placed the script as below in the (before)button - "before" - button name.
    on (release) {
       getURL("javascript:history.go(-1)");
    }

    but i am not getting the effect.

    Note:
         when i click the Before button, it has to gove to the previous page that we viewed last on the IE Browser.


    plz give me soulution for this as soon as possible

    from
    aristotle.

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:"Back" and "Forward" as in the IE Browser.
    « Reply #1 on: 02/06/04, 06:43 »
    Hi Aristotle, welcome to the boards !

    This theme was extensive treated by Flash developpers and MM. Please check this out: http://www.flashmagazine.com/html/688.htm

    Jorge

    aristotle P.S.

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    Re:"Back" and "Forward" as in the IE Browser.
    « Reply #2 on: 02/07/04, 02:45 »
    no no,

    i haven't mean this, which u have give a link.

    if i pres the back button in the flash movie, it has to go the the page which i wisited last in the IE browser.

    even thoug thx for ur suggestion.

    from
    aristotle



    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:"Back" and "Forward" as in the IE Browser.
    « Reply #3 on: 02/07/04, 03:06 »
    Yes Aristotle, that's the way the browser works an you can't overwrite this behaviour, just trying to mimic using a Flash button.

    Jorge