Florian,
I'm not sure what you mean by "the data for one page" but here's a first attempt.
Here's the link to page 6 of an early version of the book I'm working on.
http://edit-dl.ket.org/Physics_eBook/indexCh02.html#/6This version loaded very slowly which I think is what makes the pink background such an issue.
On a Mac, if you move your mouse around while the page is loading you'll see the pinkness.
On a newer version that loads faster, you have to be quick to move the mouse to cause the effect.
http://edit-dl.ket.org/Physics_eBook/indexCh02_orig.html#/6The first version loads the interactive gadgets into a the full-page text file as inline images.
Here's a snippet:
txtFld.htmlText += " Record span of 10 dots on paper version of book"
txtFld.htmlText += "b. Repeat (a) with Green dots, Vo[7]"
txtFld.htmlText += swf2;// This is a reference to one of the interactive gadgets.
txtFld.htmlText += "more text"
The second version loads them as independent objects, not as inline images.
I'd be glad to provide more details, scripts, or whatever if it would be useful. Just let me know.
Chuck