Download MegaZine 3 Version 1.37bImportant: this is a hotfix version. If you downloaded 1.37, download this one again. Fixes some issues with IE and with using query strings for the XML.
Change log:- Added: book attribute 'buttoncolors'. Page buttons can now have custom colors for chapters and anchors.
- Added: book attribute 'cornerhint'. Initial effect hinting that the pages can be dragged.
- Added: book attribute 'langpath'. For specifying a path to a directory containing localization data (lang.xx.xml and flag files).
- Added: book attribute 'langwarn'. Option to supress the <ID>_NOT_FOUND error strings; instead, don't show anything at all if the string isn't found.
- Added: book attribute 'zoommousemove'. Alternative zoom movement, based on the user's mouse movement. This is the new default.
- Added: event 'ZOOM_CHANGED' when user goes to another image in zoom mode. Also available in the JS API.
- Added: page attribute 'buttoncolor'. Like book@buttoncolors, but for specific pages.
- Added: snd attribute 'loop'. Analogue to the one for the vid element.
- Added: zoom level can now be changed using the keyboard using the page up and page down keys. A slider will come in one of the next versions...
- Change: removing the instance from the stage while it is still loading the xml data should now cancel the load (stage is required for initialization).
- Change: the 'page' property of zoom state change event objects (as well as the new zoom change events) now represents the number of the page the currently displayed image's base version resides in. Use MegaZine.getPageAnchor(uint) if you need the anchor name of a page.
- Fixed: txt element is working again. Content must now be defined in 'content' tags (e.g. <txt><content lang="en"><![CDATA[some <b>text</b>!]]></content></txt>).
- Fixed: lots of things regarding the right to left reading mode.
Wichtig: dies ist eine Hotfix Version. Wenn Sie Version 1.37 geladen habe, laden Sie sich diese Version erneut. Behebt einige Probleme mit dem IE und Querystrings im Pfad zur XML Datei.
Change log (Deutsch):- Neu: book Attribut 'buttoncolors'. Seitenknöpfe können nun andere Farben haben, Kapitelanfänge und Anker lassen sich so markieren.
- Neu: book Attribut 'cornerhint'. Initialer Effekt der den Benutzer darauf hinweisen soll, dass man die Seiten blättern kann.
- Neu: book Attribut 'langpath'. Um einen Pfad zu Lokalisierungs-Dateien anzugeben.(lang.xx.xml und Flaggengrafiken).
- Neu: book Attribut 'langwarn'. Option um die <ID>_NOT_FOUND Fehlerstrings zu unterdrücken; stattdessen wird gar nichts angezeigt wenn ein String nicht gefunden werden kann.
- Neu: book Attribut 'zoommousemove'. Alternatives Scrollen im Zoommodus, gesteuert durch die Mausbewegung des Benutzers. Dies ist der neue Standard.
- Neu: Event 'ZOOM_CHANGED' wenn ein Benutzer zu einem anderen Bild in einer Gallerie wechselt. Auch über die JS API verwendbar.
- Neu: page Attribut 'buttoncolor'. Wie book@buttoncolors, nur dass man so Knopffarben speziell für einzelne Seiten festlegen kann.
- Neu: snd Attribut 'loop'. Analog zum gleichnamigen Attribut des vid-Elements.
- Neu: Zoomstufe kann nun via Keyboard geändert werden (Seite hoch und runter). Ein Schieberegler kommt in einer der nächsten Versionen...
- Änderung: wenn eine Instanz von der Bühne entfernt wird bevor das XML vollständig geladen ist wird der Ladevorgang abgebrochen (da die Bühne zur Initialisierung benötigt wird).
- Änderung: Die 'page' des "zoom state change" Events (und auch des neuen "zoom change" Events) beinhalten nun die Nummer der Seite auf der sich das Bild befindet das das Bild in der Gallerie darstellt. Wenn Sie den Ankernamen einer Seite brauchen verwenden Sie MegaZine.getPageAnchor(uint).
- Gefixt: txt Element funktioniert wieder. Der Inhalt muss nun in 'content' Tags festgelegt werden (z.B. <txt><content lang="de"><![CDATA[some <b>text</b>!]]></content></txt>).
- Gefixt: Einige Dinge die den "Rechts-nach-Links" Lesemodus betreffen.