A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Back Buttons in Flash

  1. #1
    Junior Member
    Join Date
    Dec 2001
    Posts
    2
    Hello, I am wanting to put a back button into a flash movie linking back to the last page visited. (I would like to say sod it but the client has his mind set on it). Can anyone suggest how I could do this? Im not the most technical of people so the simpler the better if possible -am i asking the impossible?

    Any replies would be greatly appreciated

    Thanx Boris

  2. #2
    Senior Member
    Join Date
    Apr 2000
    Location
    Northern Ireland
    Posts
    2,146
    Try this:
    Code:
    on (release) {
     getURL("javascript:window.history.go(-1)");
    }
    Should do the job ...

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