Author Topic: several issues  (Read 1519 times)

11schollen

  • Newbie
  • *
  • Posts: 5
several issues
« on: March 25, 2009, 07:12:25 pm »
Hello!

I've been playing around with Megazine quite a lot, but i just cant figure out some problems.

I am using version 1.33

1. i have the code <book reflection="false" ...>  in my megazine.xml . the reflections are disabled on most systems, however they are displayed on a macbook with safari and firefox. my windows systems do not display the reflections. what is wrong?

2. i cant figure out how to disable the pagenumbers.  i have the code <... hidebuttons="first fullscreen help language last mute settings slideshow pages" navigation="false">. everything disappears, except for the pagenumbers...

3. i just downloaded the new version (1.33) and the html attributes for the size of the flash element don't seem to work anymore. If i take the original index.html i downloaded and i just change the numbers behind /* (1) */ and /* (2) */ it has no effect at all!

Is the new version still bugged or am i just too stupid?

i have some more issues, but these would be the most important.

thx 4 help, cheers!


Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: several issues
« Reply #1 on: March 26, 2009, 01:22:16 am »
1. Most likely because the settings are stored in a "Flashcookie" (SharedObject), so if it's set once in the settings it overrides the setting in the xml.

2. Attribute pagenumbers of the book, set it to false.

3. Those only have an effect if you change the sizes in the #megazine class in the CSS back to absolute values. Those are currently percentual values, for liquid scaling (which is still far from perfect, though).
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.

11schollen

  • Newbie
  • *
  • Posts: 5
Re: several issues
« Reply #2 on: March 27, 2009, 07:30:00 pm »
great, all 3 issues solved! thx!