Author Topic: bookmark  (Read 1585 times)

Crolio

  • Newbie
  • *
  • Posts: 9
bookmark
« on: February 19, 2009, 05:06:50 pm »
hi florian,
you are the best!
thank's for your MegaZine3.

i've a question:
can i add some buttons / bookmark into the engine?
if i click on the button "car" i'll go to chapter "car",
if i click on the button "apple" i'll go to chapter "apple", etc...

is it possible?
i've to draw it in another swf?

thank's very much

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: bookmark
« Reply #1 on: February 19, 2009, 05:59:49 pm »
Depends on where you want to have those buttons. ;)
If they're on the pages you can link them using the url attribute, with the format of anchor:xxx where xxx is either the name of an anchor or a page number.
If they should be "outside" the book you'll have to add them into another swf which in turn loads the megazine.swf, and use the gotoAnchor or gotoPage functions of the MegaZine class from there.
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.