Update 29.VIII.2008:
- remove small error
- add number page manager (you can go to the any page.)
- you can add links to pages in the book (example page 7)
- You can change the colour of the frame and the background color image. (In the example on flashden the colour of the frame is 0xFFFFFF but the background color the image is 0xEEEEEE)
- You can add images on of inch side (example page 4-5.Image must be wider for the thickness frame – 20 px.
Please download again new version.
Possibilities Book v1:
- Fast loading (sheet of papers are loading only the ones which are visible)
- You can add unlimited pages in xml file
- Unlike other products, book does not store all pages in memory
- You can change page book size and frame size in xml file
- You can change all colors book ( color button, color page number ,color sheet etc) in xml file
- You can add logo and contact button
- The project is using from conventional tween which is in flash 8 (Tween Class)
- You can change all colors player mp3 in xml file
- You can add unlimited mp3 files
- You can enabled and disabled player mp3,logo and contact button
- You can load the any background (swf file,jpg ,png …. etc – change in xml file )
It isn’t necessary to be a programmer so that add and remove page. The structure of xml files is very easy.
book.xml: (add and remove page)
< ?xml version=”1.0” ? >
< pages url_config=”xml/configuration_book.xml” >
< item thumb=”pages/1.jpg”/ >
< item thumb=”pages/2.jpg”/ >
< item thumb=”pages/3.jpg”/ >
< item thumb=”pages/4.jpg”/ >
< item thumb=”pages/5.jpg”/ >
< item thumb=”pages/6.jpg”/ >
< item thumb=”pages/7.jpg”/ >
< item thumb=”pages/8.jpg”/ >
< item thumb=”pages/9.jpg”/ >
< item thumb=”pages/10.jpg”/ >
< item thumb=”pages/11.swf”/ >
< item thumb=”pages/12.jpg”/ >
< /pages >
Dimensions example in flashden:
page size – 300×426
size frame – 20px,
book size: (very of calculations is coming out)
book width=(300+20 * 2) * 2 = 680
book height=426+ ( 20 * 2 ) = 466)
keywords: book,page,sheet,page flip
Posted 3 months ago