I’ve been trying to adapt the flipbook (http://www.iparigrafika.hu/pageflip/) script to load in external pages by XML.
I know that the “help” frame says it doesn’t support dynamic loading, but I saw no reason why. My idea was to create empty movieclips and load in the swfs. Each MC would be called page1,page2 and so forth.
<contents>
<page title=“1” src=“page1.swf” />
<page title=“2” src=“page2.swf” />
</contents>
With that, I was hoping to have the book script be able to create a loop to cycle through the stuff we loaded in.
Any ideas?
Thanks