Author Topic: hide buttons  (Read 1095 times)

bullit22

  • Newbie
  • *
  • Posts: 1
hide buttons
« on: February 24, 2009, 01:15:19 PM »
hi, i'm not very skilled in action script...
i've read the documentation attached with magazine but i can't understand this:

"hidebuttons
{first, fullscreen, help,
language, last, mute, settings,
slideshow}
All buttons listed here will not be shown in the navigation. Separate entries with a blank.
Invalid values will be ignored.
first = go to first page, last = go to last page, slideshow = start or pause slideshow,
settings = open settings, fullscreen = fullscreen and restore, mute = mute and unmute,
help = show help, language = language chooser "

which file i have to edit to hide the buttons?
and what i have to type exactly?

i wanna hide all the buttons with the exception of the little balls to jump from one page to another...

please help me, it's two days that i'm trying to do that with no result.... thanks.


Hans Nücke

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 454
  • MegaZine3 Sales Manager
Re: hide buttons
« Reply #1 on: February 24, 2009, 05:22:12 PM »
I'm not an expert neither but try this:
<book hidebuttons="first fullscreen help language last mute settings slideshow" bgcolor="0xbba978" pageheight="600" pagewidth="400">

There is something strange with the characters in your text! I cut and pasted your text and just modified to achieve the correct syntax (i.e. hidebuttons = " ... "), and the button "first" did not disappear with my first test. After I retyped the keyword "first" it worked.

Hopefully this helps; good luck!

nirajkedar

  • Newbie
  • *
  • Posts: 4
Re: hide buttons
« Reply #2 on: May 06, 2010, 06:22:01 PM »
This was helpful. Many thanx. But how to get rid of those little balls and the "open input box..." button? Also how to hide the page numbers appearing on the left and right side?

~niraj

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1413
  • MegaZine3 Developer
    • MegaZine3
Re: hide buttons
« Reply #3 on: May 13, 2010, 04:07:58 PM »
Please refer to http://www.megazine3.de/site_v1/xml/
See hidebuttons and pagenumbers.
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.