2
Apr.2007
GG Book pf2 v2.0.0
GG Book pf2 is a free Flash flipping book component developed based on Macc/iparigrafika's PageFlip v2. Support hard cover, pages flipping, tearing, transarency, sounds, button navigation, & more. (screenshoot)
Examples:
[01][02][03][04][05][06][07a][07b]
[08] [08 source]
Tutorials:
[GG Book pf2 Tutorial] [GG Book pf2 - A Quick Guide]


6 comments
I am using your fantastic component, and wondered if there is some code where you can trace what page you are on, i am using the gotoPage function for navigation but would like to be able to trace the page the user is on.
If you could reply asap that would be much appreciated.
Cheers
Ash
To trace current page of a book instance, you can refer to the page variable.
e.g.
trace(bookInstance.page);
:-)
Leave a comment