I am newbie here and its my first post. Hope I could get some leads from your idea.

I am trying to implement inneractive Banner and fullScreen Ad on my App.
There are three things I like to know,

The stack uses fullscreenmode to “exactfit” (390x690)
1. How to hide “full screen” ad? so that it will be pre-loaded and will show to users on right time without delay. I tried with “mobileAdSetVisible, false” command. It works with “banner” but not with “full screen” ad. If there is trick to do this, please advice…
2. Regarding to setting location of banner Ad, I like to set loc of banner Ad to the bottom of the all screen sizes. I am using set the fullscreenmode to “exactfit” I found the loc of banner ad is not exactly re-calculated with fullscreenmode setting.
The stack will be resized when it launches on mobile device. The thing is 1. I can't know the height of banner. The height of banner changes depends on the mobile screen resolution and it varies form 50 to 75 as far as I know... 2. Do not know how to find the height of device screen..I tried with screenRect but didn't give right number.. may be there's some error..
3. How can I place a banner ad on desired location regardless of screen size?
For example, the stack size is 390x690, and there is an image on topleft 0, 400. Now I like to set topleft of ad to 0,400 so that the image is completely covered by the banner Ad.
I spent many days to figure it out but had no progress….If there are anyone having an idea please share.
Thanks for sharing your time with this topic!

Louis