Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml preload problem

Status
Not open for further replies.

irish10945

Technical User
Mar 31, 2007
1
US
I have been using this great dynamic page flip from 76 design but I've run into some problems maybe someone can help me out with. I have about 70 pages in the book. I do not want people to have to wait for the entire book to load before looking at it. The code they have says that you can preload a couple of pages first and then have the rest load in the background but its not working correctly. Even though I tell the code false it still loads all the pages. I would really appreciate any feedback.

Here is the code:

<content width="200" height="267" hcover="false" transparency="false" prepage="pages/prepage.swf">
<page
src="pages/page1.jpg"
preLoad="true"
/>
<page
src="pages/page2.jpg"
preLoad="true"
/>
<page
src="pages/page3.jpg"
preLoad="true"
/>
<page
src="pages/page4.jpg"
preLoad="true"
/>
<page
src="pages/page5.jpg"
preLoad="true"
/>
<page
src="pages/page6.jpg"
preLoad="false"
/>
<page
src="pages/page7.jpg"
preLoad="false"
/>
<page
src="pages/page8.jpg"
preLoad="false"
/>
<page
src="pages/page9.jpg"
preLoad="false"
/>
<page
src="pages/page10.jpg"
preLoad="false"
/>
<page
src="pages/page11.jpg"
preLoad="false"
/>
<page
src="pages/page12.jpg"
preLoad="false"
/>
<page
src="pages/page13.jpg"
preLoad="false"
/>
<page
src="pages/page14.jpg"
preLoad="false"
/>
<page
src="pages/page15.jpg"
preLoad="fasle"
/>
<page
src="pages/page16.jpg"
preLoad="false"
/>
<page
src="pages/page17.jpg"
preLoad="false"
/>
</content>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top