Just thought id share the names of the setters / getters /functions within IMegaZine which can be used from within loaded swf's(check the actionscript interaction tutorial of Florian in tutorials section), im also kind of missing a getter that returns the number of either the left or right page for counter uses, though im guessing the class de.mightypirates.megazine.gui.PageNumber can be used for this?
function get leftToRight():Boolean;
function get muted():Boolean;
function set muted(mute:Boolean):void;
function get pageCount():uint;
function get pageHeight():uint;
function get pageWidth():uint;
function get reflection():Boolean;
function set reflection(enabled:Boolean):void;
function get shadows():Boolean;
function set shadows(enabled:Boolean):void;
function get stage():Stage;
function get state():String;
function getAbsPath(url:String, protocols:Array = null):String;
function getElementById(id:String):AbstractElement;
function getPageInfos():String;
function getThumbnailsFor(page:int):Array;
function gotoAnchor(id:String, instant:Boolean = false):void;
function gotoPage(page:uint, instant:Boolean = false):void;
function firstPage(instant:Boolean = false):void;
function lastPage(instant:Boolean = false):void;
function nextPage(instant:Boolean = false):void;
function prevPage(instant:Boolean = false):void;
function openZoom(galleryOrPath:String, page:int = -1, number:uint = 0):void;
function slideStart():void;
function slideStop():void;