Create xml configuration file. To create it, use any text editor like notepad, create a text file with the following content:
<FlippingBook>
<width>600</width>
<height>400</height>
<firstPage>5</firstPage>
<scaleContent>true</scaleContent>
<alwaysOpened> true </alwaysOpened>
<autoFlip> 50 </autoFlip>
<flipOnClick> true </flipOnClick>
<staticShadowsDepth> 1 </staticShadowsDepth>
<dynamicShadowsDepth> 2 </dynamicShadowsDepth>
<moveSpeed> 5 </moveSpeed>
<closeSpeed> 3 </closeSpeed>
<gotoSpeed> 3 </gotoSpeed>
<flipSound> </flipSound>
<pageBack> 0xB4DBF5 </pageBack>
<loadOnDemand> true </loadOnDemand>
<cachePages> true </cachePages>
<cacheSize> 10 </cacheSize>
<preloaderType> Progress Bar </preloaderType>
<userPreloaderId></userPreloaderId>
<pages>
<page> images/photo01.jpg </page>
<page> images/photo02.jpg </page>
<page> images/photo03.jpg </page>
<page> images/photo04.jpg </page>
<page> images/photo05.jpg </page>
<page> images/photo06.jpg </page>
<page> images/photo07.jpg </page>
<page> images/photo08.jpg </page>
<page> images/photo09.jpg </page>
<page> images/photo10.jpg </page>
</pages>
</FlippingBook>
and save it to the earlier created FBookLesson directory as config.xml . (Be careful: text editors often add the .txt extension to the files they have been used to create. Parameters description and additional information are available in the Documentation Section. Make sure the target file has exactly the name config.xml. The object is not sensitive to file extension, but the file name should be the same as the value of the External XML Source parameter.