Need Actionscript help

Hi All,

I purchased a flipping book component from a developers a while back and I have run in to some problems. Unfortunately I cant get hold of the guy, it seem he has disappeared off the face of the earth. So i need someone els’ help please.

Basically, i wand the boundaries of the book to expand to the size of the zoomed page when i zoom in.

I think the problem lies in these 2 line in the actionscript:

zoomTool.zoomingBorders = “BOOK”;
//zoomTool.customZoomingBorders = “BOOK”, {left:10,top:82,right:20,bottom:20};

As you can see, i have an option to zoom to the book regular borders:
zoomTool.zoomingBorders = “BOOK”;

or

I can have custom zooming borders:
//zoomTool.customZoomingBorders = “BOOK”, {left:10,top:82,right:20,bottom:20};

I have disabled it because its not working… Please help me figure it out.

Thank you