Author Topic: "back" button  (Read 1404 times)

Alia17

  • Newbie
  • *
  • Posts: 12
"back" button
« on: September 09, 2009, 08:36:57 AM »
May be it is not difficult to add a "back" button to the navigation to be able to go back to the previously visited page of the book as it is in browsers,  where history of the last visited pages is kept?

jmredondo

  • Newbie
  • *
  • Posts: 1
Re: "back" button
« Reply #1 on: October 30, 2009, 12:52:16 PM »
This proposal seems very interesting

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1342
  • MegaZine3 Developer
    • MegaZine3
Re: "back" button
« Reply #2 on: October 30, 2009, 04:13:45 PM »
Why not just use SWFAddress and your browser's back button?...
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.

kongo09

  • Jr. Member
  • **
  • Posts: 39
Re: "back" button
« Reply #3 on: November 19, 2009, 08:48:10 PM »
I have a similar problem. "swfaddress" is included as plugin. But the browser back/forwards doesn't work.

The console says:
[  JavaScript   ] Warning: Failed registering basic ExternalInterface functionality.
[  JavaScript   ] Warning: Failed registering ExternalInterface functionality for an element.

Any ideas?

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1342
  • MegaZine3 Developer
    • MegaZine3
Re: "back" button
« Reply #4 on: November 20, 2009, 10:05:51 PM »
Are you testing locally? Try it on a server / local server (e.g. wamp, xampp).
Also make sure that in your HTML where the SWFObject call takes place, the allowScriptAccess setting is set to "always" (as in the default index.html).
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.

kongo09

  • Jr. Member
  • **
  • Posts: 39
Re: "back" button
« Reply #5 on: November 23, 2009, 02:34:26 PM »
It works on the server, but it doesn't work locally. Maybe it is not supposed to work locally, but then we should put that into the Wiki in case someone else comes across this.