A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: back / foward browser button capability in a flash movie?

  1. #1
    Member
    Join Date
    Jun 2002
    Posts
    45
    Does anyone here know if there is a way to enable the user to use back/foward browser buttons in a flash movie that works across all(or most) browsers and mac/pc?

    I have checked out the named anchor thing but this does not work on mac i.e and i've been told it doesn't work on any netscape version.

    Putting each different scene/frame in a sperated swf&html page is an option, just a pretty lame one.


    Is there any other way? a better way perhaps.


    rufisdickler,

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    go to robertpenner.com and look for "back button" all info is there.

    gparis

  3. #3
    Member
    Join Date
    Jun 2002
    Posts
    45
    thanks, i'll take a peek

  4. #4
    Member
    Join Date
    Jun 2002
    Posts
    45
    well not quite.





  5. #5
    Senior Member
    Join Date
    Apr 2001
    Location
    Candyland
    Posts
    423
    <script language="JavaScript">
    <!--
    function back(){
    history.go(-1);
    }
    // -->
    </script>

    call it like that:

    getURL("javascript:back();");

    k.

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