yip... the pdf thing.

Thanks for the link and idea Florian. I'll look into it.
I've got as far as pulling a sixty page pdf into megazine (in the form of a swf) and having the pages work, all is good except that the initial navigation links built into the loaded swf (by pdf2swf) are self-referential.
http://vidweb.org/megazine loads sixty 1 page swfs.
http://vidweb.org/megazine2 loads one 60 page swf.
I think I'm actually in favour of the sixty 1-page swfs because of loading time, as the size of a single page is considerably less than the size of a complete book....and this allows seeking forward through megazines controls.
So really I need to somehow listen from my container for the on(release) gotoAndStop event rather than a frame change, as there will be no frames.
(The gotoAndStop event actually does nothing in the first example, so i wouldn't need to "correct" it... just hear the frame number and get it into thePageNum variable in container.swf).
I love Megazine, and realise its a lot more versatile than what i'm trying to do with it, but i think seamless integration with pdfs would be a great thing for it to be able to do.
The whole methodology is there already, apart from pdf document link integration.
Thanks for all your help.
murray.
edit: a related question.... is megazine coded to send events to swfaddress, or does swfaddress just listen? I'm wondering if this is a solution somehow (as if I use onepage swfs all that has to happen is Megazine needs to go to page 56)