This event is triggered when the current page is the last page of the flipbook.
Example:
$("#flipbook").bind("last", function(event) { alert("You are at the end of the flipbook"); });
Event: first