Yesterday I did get a custom interface + loading swf-pages working.
But today, I've changed the loading of the book-xml since that should be dynamic (from db).
So in the Main.as I added the initialisation of MZ with the third param delayLoad=true;
Then I retrieve my data from the server, xconstruct the xml myself and fire the MZ.load()-method manually with the custom XML.
This all works fine, MZ creates the book I want, but now the megazineSetup()-method doesn't get fired anymore. The shortest form with 1 param. is fired in Flash during testing, nut not anymore in the browser.
On the other hand, I made a custom interface which worked fine with the default XML, but now in the browser, the interface is called twice (not during Flash testing however). Any ideas?