PageFlip as3.0 - Help to Dynamically resize content page

Hi guys, new to As3 here, just joined the forum, it’s a great community, and place to learn.

I downloaded “PageFlip as3.0” that Alex Lexcuk did here in the forum, and i’ve been trying to do a few things that i’ve not been able to, so any help would be appreciated.

I have 3 issues i’ve not been able to figure out how to do:

  1. I’ve not been able to dynamically resize the pages to fit the stage dimensions as it changes, the content MC gets placed into the stage with this code line

addChild(pageFlip = new PageFlip(ContentMc, stage.stageWidth / 2, stage.stageHeight));

i have also set the stage to
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;

but i cannot figure out a way to dynamically target “ContentMc” from the document class, it either disappears or looks squashed.

  1. second issue is that the “hit area” for the mouse is too wide, meaning that if you click almost half way up the page it activates which restricts the amount of usable content area for links and such, how can i reduce it to the lower corners?

  2. how can i add other MCs to specific pages from the document class?

I’ve searched the forums and could not find answers to these questions, so i would appreciate some help with this.

Thanks in advance, B.